Filter/Sort IntelliSense suggestions in Visual Code [duplicate]
Asked Answered
R

1

5

Recently I started to use Visual Code which seems to be a very nice editor, but one thing which bothers me is order in which IntelliSense JavaScript snippets suggestions appear (when I type "for" I would expect first suggestions to be defined JavaScript snippets, but instead I got lots of objects and interfaces which make me iterate through list). I would appreciate if somebody could give me a hint how can organize IntelliSense suggestions for JavaScript/

Roderic answered 6/3, 2017 at 11:41 Comment(0)
N
7

There is an option allowing you to change order of suggested snippets settings.json:

"editor.snippetSuggestions": "top"
Nitriding answered 11/6, 2017 at 17:31 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.