简体   繁体   中英

Filter/Sort IntelliSense suggestions in Visual Code

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/

有一个选项允许您更改建议的片段settings.json顺序:

"editor.snippetSuggestions": "top"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM