In a brilliant world what would you love to have a plugin to do in VS2005/2008?
One answer per post please, and use voting to agree/disagree with ideas.
In a brilliant world what would you love to have a plugin to do in VS2005/2008?
One answer per post please, and use voting to agree/disagree with ideas.
Visual Studio 2008: A plugin that color-codes Classic ASP VBScript syntax.
An updated version of VSWindowManager: http://www.codeplex.com/VSWindowManager
No idea if it's possible, but I'd like to be able to use images as diagrams in comments sometimes. When working on code that does geometric computations (which I do a lot), a diagram can say a lot more than words.
Maybe you could type the path of the image in a comment and have a plugin which found such paths, loaded the images and displayed them inline with the code (or pop up when you hover the mouse over?)
This may be too much of a non-answer, but I'd like to have programmatic access to its graph-drawing code used to create class diagrams. Last I looked that was not available.
The code review functionality (commenting on portions of code, assigning it to others to look over, etc.) of Team System without actually needing to have Team System.
I could really use a plugin that locks files for editing (kindof like Dreamweaver's check in/check out function but more basic). I realize this goes against the notion of source control, but sometimes there are tiny stray apps and files not in source control that you would like to edit but without the risk of edit overwrites.
Shouldn't be too hard to build in theory.
A plugin that automatically turns off features that I don't use so that the IDE takes less memory and CPU.
The most useful plug in I have used in Resharper by JetBrains.
It provides refactoring support, improved intellisense, code generation, helping and cleaning. It also provides an integrated test runner for NUnit and background code analysis to determine syntax errors etc without recompilation.
Something like SQL Prompt. I don't really know if there is such a thing for Management Studio 2008 but that would be great.
This will sound basic, but an incremental search plugin like in Opera to quickly navigate my code.
When pressing a hotkey (in Opera it's ctrl+1) and then starting to type the word you're looking for marks the words it matches and the screen scrolls to the first word it matches.
I hate switching to my mouse just for scrolling to the method I'm looking for. Also, the dropdown for all my methods is not an alternative, I'm looking for speed.
I'd love a plugin that can spellcheck resource files and large strings (maybe anything with spaces - that should get rid of string literals that are really part of code) and comments. If it's really clever, it'll give me the option to decompose camel cased things to find misspelled methods/classes.
A CVS plug-in as robust as Eclipse's CVS handling would be nice. There are some plug-ins out there, but none of them work as well as what's in Eclipse.
Support for version control for multiple version control systems. Git, Mercurial, Darks, Subversion, etc.