VS2008 删除了 .js 文件中的缩进
我正在使用 ExtJs 框架,因此必须在 vs2008 中编写大量 JS,但是,VS2008 不断删除我的缩进,这让我发疯。
如何删除“自动缩进”功能? 谢谢
I'm working with ExtJs framework and so have to code a lot of JS in vs2008, however, VS2008 keeps removing my indentation and its driving me nuts.
How do I remove the "auto-indent" feature? Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简单的答案是:关闭“格式设置”选项卡中的“自动格式设置”
摘自文档此处
JScript 特定设置可在新的“工具”/“选项”/“文本编辑器”/“JScript”节点下使用
。这四个选项卡是:
一般 & 选项卡
此处的选项是所有编辑器(包括 JScript)的标准选项
格式
此选项卡专为 JScript 设计,包含大多数 JScript 特定格式功能
自动格式设置:此部分参考当用户“实时”输入和操作代码时,将发生格式化。 基本上,格式化是在用户构建代码时执行的。
杂项
该选项卡也是 JScript 特定的,包含验证规则以及语句完成选项
The simple answer is: Turn off the Automatic formatting in the Formatting tab
Extracted from the documentation here
JScript specific settings are available under the new Tools / Options / Text Editor / JScript node
These four tabs are:
General & Tabs
Options here are standard across all editors (including JScript)
Formatting
This tab was designed for JScript and contains the most of the JScript specific formatting features
Automatic formatting: This section refers to WHEN formatting will occur as the user is typing in and manipulating code in ‘real time’. Basically, formatting is being performed as the user is constructing the code.
Miscellaneous
This tab is also JScript specific and contains validation rules as well as statement completion options