This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Prioritizing snippets in autocomplete suggestions #946
Closed
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: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: http://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
When there are autocomplete options available, they often push the user snippets suggetsions near the bottom. Is there any way to always keep user snippets at the top of the autocomplete suggestion?
Steps to Reproduce
Have a JavaScript variable called close
and have a cl
snippet for console.log
. cl + Tab will autocomplete to close
.
Expected behavior: [What you expect to happen]
cl + Tab will autocomplete to console.log
.
Actual behavior: [What actually happens]
cl + Tab will autocomplete to close
.
Reproduces how often: [What percentage of the time does it reproduce?]
N/A
Versions
Atom : 1.23.3
Electron: 1.6.15
Chrome : 56.0.2924.87
Node : 7.4.0
apm 1.18.12
npm 3.10.10
node 6.9.5 x64
atom 1.23.3
python 2.7.12
git 2.10.1
OS: macOS Sierra Version 10.12.6