VS Code intellisense remove some suggestions

爱⌒轻易说出口 提交于 2019-12-23 17:59:09

问题


The situation is that in VS Code when writing code intellisense is giving some suggestions that I don't want to see.

For example in Sass when I write "he" I would love to hit tab and see "height" but instead it is giving me "head" (hehe).

Is there a way to remove some phrases from suggestions or at least change their order?

I tried to edit:

C:\Program Files (x86)\Microsoft VS Code\resources\app\extensions\scss\syntaxes\scss.json

but apparently it does not change anything.

来源:https://stackoverflow.com/questions/42155860/vs-code-intellisense-remove-some-suggestions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!