You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
For example, when using packages like atom-ide-ui and ide-flowtype the autocomplete suggestions from them usually show on top of the suggestions from my snippets. So when I do something like cl+Tab it autocompletes to something like class instead of my console.log snippet.
Steps to Reproduce
Install some package that also gives you autocomplete suggestions for a language (for example, atom-ide-ui + an ide-* package, and then you can see that their suggestions will show above snippets suggestions.
Expected behavior:
Snippets suggestions should always be on top (or make this configurable at least)
Actual behavior:
Can't control autocomplete suggestion priority for snippets
Reproduces how often:
Not sure, but it happens quite often
Versions
ATOM
============
Atom : 1.24.0
Electron: 1.6.16
Chrome : 56.0.2924.87
Node : 7.4.0
APM
============
apm 1.18.12
npm 3.10.10
node 6.9.5 x64
atom 1.24.0
python 2.7.12
git 2.10.1
OS
============
macOS High Sierra 10.13.3
Please let me know if I can provide any more info.
lora-reames, travrob1, denis-sokolov, jonathan-stone, noe132 and 6 more