本文介绍了VSCode HTML缩进,在同一行上关闭标签的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在HTML文件上使用VSCode缩进时,用括号括起来的标签会在下一行结束:
When using VSCode indentation on HTML file, tags closing brackets end up at the next line:
如何解决此问题?我搜索了HTML缩进扩展,但没有成功.Tnx
How can I fix this issue? I have searched for HTML indentation extension, with no success.Tnx
推荐答案
转到设置->搜索自动换行
Go to Settings -> search Word Wrap
"editor.wordWrap": "off"
可以帮助您.
这篇关于VSCode HTML缩进,在同一行上关闭标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!