mr.*_*eze 13
有几种方法可以在 VSCode 中自定义 IntelliSense。我相信你的图片中的那个是一个参数提示。您可以转到文件 \xe2\x86\x92 首选项 \xe2\x86\x92 设置并搜索"parameterHints"
.
以下是您可以调整的其他一些内容:
\n\n// Controls if quick suggestions should show up while typing\n"editor.quickSuggestions": true,\n\n// Controls if suggestions should be accepted with "Enter" - in addition to "Tab". Helps to avoid ambiguity between inserting new lines and accepting suggestions.\n"editor.acceptSuggestionOnEnter": true,\n\n// Controls the delay in ms after which quick suggestions will show up.\n"editor.quickSuggestionsDelay": 10,\n\n// Enable word based suggestions\n"editor.wordBasedSuggestions": true,\n\n// Enable parameter hints\n"editor.parameterHints": true\n
Run Code Online (Sandbox Code Playgroud)\n\n更多信息请点击这里。
\n缺少一项设置来禁用某些工具提示,从而提供更多信息。
转到 VSCode 中的“设置”并搜索“Hover
可以禁用该设置”以永远结束悬停弹出窗口。
归档时间: |
|
查看次数: |
2208 次 |
最近记录: |