当我编辑 css 文件时,如何强制 Visual Studio 遵循自定义 CSS 模板?
我希望 VS 放置特定数量的选项卡来帮助我以这种格式编写 css:
#divAddParts
{
width :400px;
padding :5px;
}
是否可以为 css、JavaScript 等创建特定的文档模板,以便我不必输入 TAB 来排列我的文档?
谢谢
I want VS to place a specific amount of tabs to help me write my css in such format:
#divAddParts
{
width :400px;
padding :5px;
}
Is it possible to create a specific document template for css, for JavaScript etc so that I do not have to enter TAB to arrange my document?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Visual Studio 中,转到工具->选项菜单,然后展开“文本编辑器”并选择要设置格式的语言。在这里您可以设置选项卡以及每种语言的格式属性!
In Visual Studio, go to the Tools->Options Menu, then expand "Text Editor" and pick which language you want to format. Here you can set Tabs, and formatting properties for each language!