-
Notifications
You must be signed in to change notification settings - Fork 29.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion Widget appears to eagerly #1003
Comments
Numbers seem to be words... |
@jrieken for this scenario it would make sense when 7x24 intellisense only pops-up when there is a prefix match. |
Yes, if would be even more strict and say the current word never matching anything if its just numbers |
Can we get a config hook to make it only prefix match? |
There is not to much I can do in TS land since the tsserver gets ask for code completion and provides the proper items. @joaomoreno I assign to you since it is more a code complete request issue. |
@jrieken this is the one we were just talking about |
yeah, related to #752 |
Until we improve the API we don't automatically show suggestion when the current word is just a number. |
I have custom key bindings like these
to mimic how autocomplete works in the full VS, however, this makes typing something like
difficult in JavaScript/TypeScript because when typing
1
, the suggestion widget eagerly appears withInt16Array
and hitting;
autcompletes to it and you end up withThe text was updated successfully, but these errors were encountered: