typescript - In atom autocomplete-plus suggestion has higher priority than my own snippet prefix/trigger -


i have simple custom snippet

'.source.ts':   'console.log()':     'prefix': 'log'     'body': 'console.log($1);' 

which use quite often.

it should work this:

my snippet in atom

but have autocomplete-plus installed pushes it’s own suggestions higher position own:

autocomplete-plus suggestions

i have no var »localstorage« in whole project guess must come from some kind of »native js functions« library of autocomplete-plus.

is there way set priorities? if not, consider turning such general suggestions such »localstorage« of. couldn’t find properties in autocomplete-plus’ settings.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -