Replies: 1 comment
-
Those completions are not coming from this server. Those might be provided by your editor or some other plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I start to type the name of a local variable and hit my key for completion, I often get a very very long list of completions (pulled in from all over the project) and I have to type a lot more of the variable name until it's completion is sorted to the front of the completion list.
While this is not a deal breaker, it is a bit annoying. Does anybody know if there is an option to sort matching local variables to the front of the completion list?
Example where I want the prop variable but get a near infinite long list of other stuff:

Cheers
Beta Was this translation helpful? Give feedback.
All reactions