Answer the question
In order to leave comments, you need to log in
How to make code completion in VS Code convenient?
I am using TypeScript in a Vue project. I decided to try VS Code, which is recommended by the Vue documentation, instead of PHP Storm.
There was a problem that code autocomplete suggests garbage at the beginning and the desired values at the end of the list.
For example, I fill in the fields of an object that is typed by TS, call the autocomplete Ctrl + Space and it gives out a bunch of unnecessary and out of place snippets, but at the very end of the object field.
In PHPStorm, this was not the case, moreover, there was some kind of self-learning system that chose what to offer at the very top of the frequency of use. And in general, some small problems that cause inconvenience get out all the time on VS Code, although I desperately want to try it out, since others like it.
How to configure VS Code so that this garbage is not at the beginning of tooltips?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question