-
Notifications
You must be signed in to change notification settings - Fork 71
enhancement: filter out invalid, built-in intellisense/emmet suggestions in (ts/js)x #4
Comments
@sorenbs : |
Or we can remove snippets from the extension, it is a feature that other extensions provided as well. |
Ok. They are certainly super confusing when presented out of context like that. Better to remove them I think |
I agree with @sorenbs, snippets should be a separate extension or add a setting to disable. |
Related: microsoft/vscode#45039 |
oh great! so glad to find this. the vscode developers slack had written this off as impossible last month, and it has been bothering me to no end 😆 this will definately be in |
I've updated the README with instructions on how to configure this for yourself, as we don't have a way to programatically set this setting for users you may have to disable a few other types beyond just snippets. if you still have issues after this, please open another ticket! |
Bringing up auto-complete using ctrl-space shows too many suggestions:
Writing the first letter is better:
Picking
inp
will autocomplete like this:Can we fix ctrl-space?
The text was updated successfully, but these errors were encountered: