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:
but have autocomplete-plus installed pushes it’s own suggestions higher position own:
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
Post a Comment