VS Code suggestions

Georgi Parlakov
1 min readFeb 19, 2019

--

How to make them less annoying!

Update May’19: I am now using Intellicode and it’s amazing and it also helps with the annoying thing.

Do you find vs code intellisense to be lacking common sense?

Is it trying to suggest the whole world when all you want is just the stuff you know exists? There is a way to instruct VS Code to not give many suggestions in the intellisense autocomplete:

The “editor.suggest.localityBonus”: true, should make your local stuff have the front row when suggesting.

More info: https://code.visualstudio.com/docs/editor/intellisense#_customizing-intellisense

--

--

Georgi Parlakov
Georgi Parlakov

Written by Georgi Parlakov

Angular and DotNet dev. RxJs explorer. Testing proponent. A dad. Educative.io course author. https://gparlakov.github.io/

No responses yet