gpt4 book ai didi

vue.js - Visual Studio Code 中的自动关闭括号不适用于 Vue 文件

转载 作者:行者123 更新时间:2023-12-04 11:04:47 25 4
gpt4 key购买 nike

我在输入 .vue 文件时遇到了括号不能自动关闭的问题。我使用visual-studio-code作为我的编辑器,并且在设置中将自动结束括号设置为“始终”。 HTML 标签会自动关闭,问题仅在 .vue 文件中,而在 .js/.jsx 文件中输入时一切正常,括号和引号自动关闭。有想法该怎么解决这个吗?

最佳答案

对于安装了 Github copilot extension 的人!
知道它确实如此覆盖设置 !它是 一个原因 !
我从没想过自动关闭括号!它总是有效!直到这个时候它才停止做!
你可以在这里检查:
https://github.com/microsoft/vscode/issues/127739
即使你正在设置

"editor.autoClosingBrackets": "always",
还是不行!

This might be defined by an extension. Are you by any chance using copilot?


你可以通过这个知道为什么 comment :

Copilot is defining these default language settings that can be overwritten only using language specific settings. They do that to workaround an issue in vscode tracked at #125663 . Once we ship our next stable release (sometime this week), they will be free to remove that workaround. Until then you can disable the extension if you are not in the preview program yet or you can define the language specific setting e.g.:


"[typescript]": { "editor.autoClosingBrackets": "languageDefined" }
一个人让它不适用于 js 和 typescript !并为 PHP 开箱即用!
我有 副驾驶 也安装了!
您只需添加:
"[typescript]": { "editor.autoClosingBrackets": "languageDefined" }
"[javascript]": { "editor.autoClosingBrackets": "languageDefined" }
到您的设置!
enter image description here
enter image description here
enter image description here
现在它又开始工作了!
您也可以禁用 副驾驶 延期!我不想!
也知道这个副驾驶问题!很快就不会再有问题了!正如上面评论中提到的!你可以考虑更新它和vscode并检查下一次更新!

关于vue.js - Visual Studio Code 中的自动关闭括号不适用于 Vue 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64086068/

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