开发者

How to *un*-alphabetize the Methods & Fields in Visual Studio (2010)

开发者 https://www.devze.com 2023-03-07 07:26 出处:网络
I use Java Eclipse and I like how I can toggle between Sorted/Unsorted view of the methods and fields. Unsorted makes it easier to navigate the Source code as-is.

I use Java Eclipse and I like how I can toggle between Sorted/Unsorted view of the methods and fields. Unsorted makes it easier to navigate the Source code as-is.

However, Visual Studio 2010 doesn't allow unsorted view intutively in its Class View pane. Instead, it has other ways to开发者_JAVA技巧 sort:

Does anyone know how to put the Class View in unsorted view?


You can use one of the new features of VSCommands to do something similar - display the methods / fields / properties as they appear in the code file with the File Structure window.

Hope this helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消