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
Hi, I'm having a small issue which has become quite an annoyance, being that the suggestions will overtake any snippet commands I have, which results in me needing to type out the full if (condition) {} instead of if<ENTER> and have it autocomplete for me normally. I'm not sure how I can reorder these suggestions as I still like to see suggestions returned from this package, just not if it overrides a particular suggestion with the same name, and more importantly if it has a snippet.
This package disabled:
This package enabled:
Also had a look at this (autocomplete-plus setting) but this wasn't right, it removed the suggestion further down the list I wanted:
Any guidance would be great. It might just be some particular configuration I need to have.
The text was updated successfully, but these errors were encountered:
Hi, I'm having a small issue which has become quite an annoyance, being that the suggestions will overtake any snippet commands I have, which results in me needing to type out the full
if (condition) {}
instead ofif<ENTER>
and have it autocomplete for me normally. I'm not sure how I can reorder these suggestions as I still like to see suggestions returned from this package, just not if it overrides a particular suggestion with the same name, and more importantly if it has a snippet.This package disabled:
This package enabled:
Also had a look at this (autocomplete-plus setting) but this wasn't right, it removed the suggestion further down the list I wanted:
Any guidance would be great. It might just be some particular configuration I need to have.
The text was updated successfully, but these errors were encountered: