Visual Studio中有关aspx文件的一些问题
问:
我想问两个有关 Visual Studio
的问题。
1-有没有办法缩进aspx
文件,因为大多数时候,这个文件太长而且不整齐,让我感觉很吵并且需要花很多时间修改标签。我想知道 Visual Studio 中是否有一些技巧可以在删除最后一个大括号并再次键入代码时缩进文件,例如 .cs
文件,然后代码变得可读并缩进。
2-有时,当我在设计视图中选择特定控件并转到源视图时,视觉工作室的行为方式很奇怪,我发现所有源都被选中。这里有什么问题。
谢谢。
Q:
I want to ask two questions concerning the visual studio
.
1- is there a way to indent the aspx
file , because most of the time , this file is so long and not tidy ,make me feel noisy and take a lot of time to modify the tags . i wanna to know if there is some trick in visual studio to indent the file like the .cs
file when removing the last curly brace and type it again the code turned to be readable and indented.
2- some times when i select a specific control in the design view and go to the source view, the visual studio behave in a strange manner and i find all the source is selected. what is the problem here.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要格式化文档,您可以使用:
Ctrl+E、D - 格式化文档
或编辑 >高级>设置文档格式
这会将默认缩进应用于整个文档
To format the document you can use:
Ctrl+E, D - format document
or Edit > Advanced > Format Document
This will apply default indenting to your whole document