This post on a new feature coming in the next version of vs.net got me thinking...
What other stuff would you love to see in the next version?
Here's my top few things that would make my development process and code maintainance easier:
1. Sort methods alphabetically
I'd love to be able to select classes/forms code etc in the solution explorer and choose 'sort alphabetically'. Bonus points if you could configure it to sort be access type (public, protected/friend, private then alphabetically.
2. Remove unused references
3. Find unused imports/usings within classes
3. Find unused public/protected methods so they can be removed easily
4. Find unused usercontrols (winforms and webusercontrols), find unused classes within the solution.
We have a large asp.net site and some controls get retired but we forget which ones don't get instanced in the site. Would love to get a list of unused controls generated so we can pull them out.
I realise that most of this stuff can be done with third party addins, but it would be nice if vs.net itself were able to do this.
What would you like to see?