I created my own custom code snippet for logging in a .source.ts file:
'.source.ts':
'console.log()':
'prefix': 'log'
'body': 'console.log($1);'
I use this snippet frequently and it should function like this:
https://i.sstatic.net/jbPsC.png
However, I have the autocomplete-plus plugin installed which prioritizes its suggestions over mine:
https://i.sstatic.net/wLitO.png
There are suggestions such as "localStorage" appearing that I do not have in my project. It seems to be coming from a library of native JavaScript functions within autocomplete-plus.
Is there a way to adjust the priorities of suggestions? If not, I may need to disable certain general suggestions like "localStorage". I have checked the settings of autocomplete-plus but couldn't find any options for this specific issue.