Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个新的应用程序,该应用程序在我处理页面的不同部分时有很大的区域我想注释掉。
有没有办法在 ac# razor 文件中折叠 Visual Studio 2010 中的注释区域?
是的你可以!
选择代码/评论或您想要折叠的内容...
然后,右键单击并选择Collapse Tag。
唯一的缺点是它不会持续存在。一旦你关闭视图,当你重新打开它时它就不会在那里。
我可以提出的唯一其他建议是将您正在处理的部分分离到部分视图中。这样您就可以处理较小的部分,而不必担心任何东西的折叠。