vote up 3 vote down star
1

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.

flag

52% accept rate

16 Answers

vote up 2 vote down

Support for version control for multiple version control systems. Git, Mercurial, Darks, Subversion, etc.

link|flag
vote up 1 vote down

Embedding vim in Visual Studio.

link|flag
You can already do this without any plugin – Paco Feb 16 at 21:30
I assume you mean with this? viemu.com – RizwanK Feb 16 at 21:50
@RizwanK I've tried it, and it is not a real implementation of vim with scripts, plugins etc. It just implements the default commands. – flodin Feb 18 at 11:21
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
Incremental search, within a file, is available in Visual Studio. The default hotkey is Ctrl+I. Unfortunately it doesn't search hidden code, so anything in collapsed regions will not be found. – Ch00k Nov 5 '08 at 10:42
vote up 2 vote down

Something like SQL Prompt. I don't really know if there is such a thing for Management Studio 2008 but that would be great.

link|flag
vote up 1 vote down

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.

link|flag
vote up 2 vote down

A plugin that automatically turns off features that I don't use so that the IDE takes less memory and CPU.

link|flag
vote up 0 vote down

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.

link|flag
vote up 1 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 1 vote down

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?)

link|flag
vote up 2 vote down
  1. Disassembly along the lines of Lutz's Reflector available right in the IDE.
  2. Ad-hoc class diagrams (that is, without creating a .cd file).
  3. Improved T-SQL designer.
  4. Easy code colorization for unsupported languages, like that random thousand line .bat from a decade ago that your manager just said broke the build and has assigned to you for immediate debugging.
link|flag
vote up 2 vote down

An updated version of VSWindowManager: http://www.codeplex.com/VSWindowManager

link|flag
vote up 1 vote down

Visual Studio 2008: A plugin that color-codes Classic ASP VBScript syntax.

link|flag
I like this, but for any language, not just ASP VBScript. – ranomore Sep 24 '08 at 19:06
Try SP1, it has added back support for VBSCript – John Sheehan Sep 24 '08 at 19:08
However, that might just be for Intellisense, and not coloring – John Sheehan Sep 24 '08 at 19:09
vote up 3 vote down

A free and open source version of TestDriven.NET

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.