有没有办法禁用“MDN References Intellisense"?VS Code 中的弹出窗口(用于 HTML 和 CSS)?
问题描述:
这是关于禁用此特定功能,同时保持所有其他代码提示功能处于活动状态.
This is in reference to disabling this specific feature, while leaving all other code hinting features active.
我非常熟悉设置 GUI 以及 settings.json 并进行了广泛的搜索,但似乎没有一个智能感知/提示/建议配置适用于这个特定的弹出窗口.
I am very familiar with the Settings GUI as well as settings.json and have searched extensively but none of the Intellisense/hints/suggestions configuration seems to apply to this particular popup.
答
只需转到代码 -> 首选项 -> 设置,搜索已启用编辑器悬停"并禁用复选框.
Just going to Code -> Preferences -> Settings, search "editor hover enabled" and disable checkbox.