javascript - VSCode HTML 缩进,同一行的结束标记

标签 javascript html visual-studio-code

在 HTML 文件上使用 VSCode 缩进时,右括号结束于下一行:

enter image description here

enter image description here

如何解决这个问题?我搜索了 HTML 缩进扩展,但没有成功。 TNx

最佳答案

转到“设置”->“搜索自动换行”

"editor.wordWrap": "off"

希望对你有帮助。

关于javascript - VSCode HTML 缩进,同一行的结束标记,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54304122/

相关文章:

git - 如何在 Visual Studio Code 并排文件中看到 'git diff'?

node.js - '错误: unable to verify the first certificate' when trying to start discord bot

javascript - 如何正确使用 Redis 与 Koa (node.js)

javascript - 这两种声明 AngularJS Controller 的方式有什么区别?

html - 页面中间的中心页脚

html - CSS Hover 滑出问题

javascript - 如何对数组应用映射操作来添加属性?

javascript - 带有远程脚本的 Django-Compressor(谷歌地图 API)

html - 需要将环绕文字添加到我的 div

Typescript 可选链接错误 : Expression expected. ts(1109)