标签: typescript visual-studio-code
使用VSCode时,如果在React组件内部按Ctrl + Space,则会收到大量不必要的项目。
知道如何删除它们吗?
答案 0 :(得分:0)
现在似乎已支持此功能,只需在VS Code设置中添加以下内容即可。
{ "editor.snippetSuggestions": "none" // or "top", "bottom", "inline", etc. }
另请参阅以下问题: Hide snippets when showing the intellisense to get properties in VsCode