Leeou's recent timeline updates
Leeou

Leeou

V2EX member #585534, joined on 2022-06-22 09:48:04 +08:00
Today's activity rank 12380
第 585534 号会员
Leeou's recent replies
18h 49m ago
Replied to a topic by songtianlun GitHub Copilot 今日, Copilot 正式转向 Token 计费
之前 GPT5.4 超高 一次消耗不足 1%,现在一次消耗 6%
@x009ba1 昨天刚改完,今天 vscode 就更新了,将我上面的"editor.quickSuggestions"设置更新成默认设置了,另外我发现"editor.snippetSuggestions": "top"有点问题,有时候变量会在最下方,可以去掉这个配置
解决方案:
在 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   ·   970 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 19:32 · PVG 03:32 · LAX 12:32 · JFK 15:32
♥ Do have faith in what you're doing.