Visual Studio中有关aspx文件的一些问题

发布于 2024-10-31 16:18:07 字数 305 浏览 2 评论 0原文

问:

我想问两个有关 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

披肩女神 2024-11-07 16:18:07

要格式化文档,您可以使用:

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文