We can choose the suggestion order in VSCode

This article was published on Apr 25, 2021, and takes less than a minute to read.

One thing that always annoyed me is that the suggestions in VSCode always showed up the snippets first and then the methods, properties, etc.:

Snippets on top

Today I've learned we can customize where to show the snippets. To do that you can go to Preferences: Open User Settings , search for suggestions and go to the option Editor: Snippet Suggestion .

There you can choose the order, which in my case was top and now will be inline :

Snippets at bottom