This repository was archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 97
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Jump to matching backticks (single or multiline) #401
Copy link
Copy link
Open
Description
Prerequisites
- Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
I'm not sure this is a bug or feature, but my understanding is that with "Autocomplete Brackets" enabled and including backticks, that this should work.
Steps to Reproduce
- Add this to a JS file: ```js
const something =abc;
const another = `
multi-
line
`;
2. Use the key command `ctrl-m` while next to one of the backticks<!-- Second Step -->
**Expected behavior:**
<!-- What you expect to happen -->
It would jump to the matching backtick.
**Actual behavior:**
It jumped somewhere else (to a nearby curly bracket even though I wasn't clicking near a curly bracket).
**Reproduces how often:**
It seems consistent now, though I could swear it was working for single line backticks before.
### Versions
<!-- You can get this information from copy and pasting the output of `atom --version` and `apm --version` from the command line. Also, please include the OS and what version of the OS you're running. -->
Atom : 1.54.0
Electron: 6.1.12
Chrome : 76.0.3809.146
Node : 12.4.0
apm 2.5.2
npm 6.14.8
node 12.4.0 x64
atom 1.54.0
python 2.7.15
git 2.24.3
Mac OSX 10.15.7 (Catalina)
### Additional Information
<!-- Any additional information, configuration or data that might be necessary to reproduce the issue. -->
Metadata
Metadata
Assignees
Labels
No labels