首次查看页面时的 Visual Studio 设置
有没有办法设置 Visual Studio 2008 在首次打开后面的代码时自动折叠区域/函数/方法?
Is there a way to setup visual studio 2008 to automatically collapse regions/functions/methods when the code behind is first opened?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Visual Studio 2010 中,这似乎会自动折叠区域,但不会自动折叠方法、类等:
工具 ->选项->文本编辑器 -> C#->高级->选中“打开文件时进入大纲模式”。
我使用快捷键 Ctrl + M、L 来切换折叠区域。
In Visual Studio 2010 this seems to auto collapse regions but not methods, classes, etc:
Tools -> Options -> Text Editor -> C# -> Advanced -> Check "Enter Outlining mode when files open".
I use the short-cut Ctrl + M, L to toggle collapsed regions.