Vscode在snippet中启用intellisense

于 2021-05-31 发布

之前一直很不爽,在使用一些code snippet的时候vscode的intellisense完全不动,搞到要手打,很绝望。今天终于突发奇想用合适的关键词搜到了解决办法:Intellisense not working in code snippets - VS Code。简单来说只需要在settings.json里添加一行"editor.suggest.snippetsPreventQuickSuggestions": false就行了。

当然,在设置界面直接搜索editor.suggest.snippetsPreventQuickSuggestions取消勾中也可以。默认是勾上的,就是true

目录