如何从intellisense中删除片段?

时间:2016-02-22 02:57:25

标签: typescript visual-studio-code

enter image description here

使用VSCode时,如果在React组件内部按Ctrl + Space,则会收到大量不必要的项目。

知道如何删除它们吗?

1 个答案:

答案 0 :(得分:0)

现在似乎已支持此功能,只需在VS Code设置中添加以下内容即可。

{
    "editor.snippetSuggestions": "none" // or "top", "bottom", "inline", etc.
}

另请参阅以下问题: Hide snippets when showing the intellisense to get properties in VsCode