Leeou's recent timeline updates
Leeou
ONLINE

Leeou

V2EX member #585534, joined on 2022-06-22 09:48:04 +08:00
Today's activity rank 6140
第 585534 号会员
Leeou's recent replies
解决方案:
在 settings.json 中配置

// 强制将所有代码片段(包括用户自定义和扩展提供的)置顶显示在 IntelliSense 建议列表中。
"editor.snippetSuggestions": "top",
"editor.quickSuggestions": {
// "comments": "on":当光标位于注释(如 //或 /* */)中时,也提供补全建议。
"comments": "off",
// "strings": "on":当光标位于字符串字面量(如引号内的文本)中时,也提供补全建议。
"strings": "off",
// 在其他所有代码区域(如普通代码、函数名、变量名处)提供补全建议。
"other": "on"
},

主要是 other 这个要打开
也不止是自定义代码片段,像 trycatch 这种也会慢,或者无法使用
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5354 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 07:59 · PVG 15:59 · LAX 00:59 · JFK 03:59
♥ Do have faith in what you're doing.