gpt4 book ai didi

visual-studio-code - 在 Visual Studio Code 中,如何禁用所有建议和其他工具提示?

转载 作者:行者123 更新时间:2023-12-03 19:33:12 25 4
gpt4 key购买 nike

我已经禁用了所有可能会导致建议和工具提示类似于以下内容的设置:

screenshot of the tool-tip

这是我的 settings.json:

{
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.fontSize": 24,
"editor.hover.enabled": false,
"editor.hover.sticky": false,
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"editor.quickSuggestionsDelay": 10,
"editor.snippetSuggestions": "none",
"editor.suggestOnTriggerCharacters": false,
"editor.acceptSuggestionOnEnter": "off",
"editor.wordWrap": "on", "editor.hover.enabled": false,
"editor.parameterHints": false,
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.wordBasedSuggestions": false

}

是否有任何其他设置会阻止这些建议/工具提示?

这是另一个屏幕截图,即使添加了 P.W 建议的代码,也显示了类似的弹出窗口

enter image description here

最佳答案

您应该在 settings.json 中再添加一个选项文件。

"editor.suggest.snippetsPreventQuickSuggestions": false,

把它放在后面
"editor.parameterHints.enabled": false,

看看它是否有效。

关于visual-studio-code - 在 Visual Studio Code 中,如何禁用所有建议和其他工具提示?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52349691/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com