10
votes
9answers
2k views
Subversion plugin to Visual Studio?
Are there any?
9
votes
5answers
963 views
Choosing between MEF and MAF (System.AddIn)
The Managed Extensibility Framework (MEF) and Managed AddIn Framework (MAF, aka System.AddIn) seem to accomplish very similar tasks. According to this Stack Overflow question, Is MEF a replacement for …
9
votes
6answers
2k views
Disable, but not uninstall Resharper 4.x
Any ideas on how to disable, but not uninstall Resharper 4.x?
8
votes
4answers
523 views
Anyone know of any (free / open source) VI integration for Visual Studio?
vi is for cool kids.
8
votes
16answers
650 views
What Visual Studio add-ins do you use?
I have the following installed:
Imports Sorter (for VS 2005)
GhostDoc
Regex Find and Replace (.Net regex compatible find and replace, because VS has its own regex syntax)
rockscroll
Smart Paster
…
7
votes
7answers
426 views
How do you check if a variable is used in a project programmatically?
In VB.NET (or C#) how can I determine programmatically if a public variable in class helper.vb is used anywhere within a project?
Thanks in advance.
6
votes
30answers
5k views
What is your favorite visual studio plugin?
What is your favorite visual studio plugin?
6
votes
8answers
866 views
Visual Studio 08 Spell Check Addin?
If possible one that supports at least spell checking:
C# string literals
HTML content
Comments
5
votes
3answers
179 views
Is there an add-in for VS2008 to manage favourite solutions/projects?
The "Recent Projects" section on the startup page in VS2008 feels pretty useless to me.
I'm used to checking out multiple repositories to work on different features. Our repository structure is …
5
votes
2answers
1k views
Visual Studio add-on gallery?
i'm hoping to find some add-ons for Visual Studio to address some specific usability issues. Is there a Visual Studio addons gallery that contains a huge dumping ground of addons that every person, …
4
votes
3answers
148 views
MEF vs Mono.AddIn
Hi,
I'm developing a .NET 3.5 C# desktop application. It should be extensible via plug-ins.
Are there any articles etc. discussing the differences between MEF and Mono.AddIn to help me make an …
4
votes
5answers
570 views
Can I add a custom “Send” button to Outlook?
I'm creating a secure message alternative to email for my organization. We exchange confidential patient information with outside treatment providers. To protect privacy, we cannot use email for …
4
votes
3answers
361 views
Free plugin for reordering (C#) members in Visual Studio 2008?
After reading Just say No! to C# Regions I'd like to find a Visual Studio 2008 add-in that will reorder my class members (constructors, properties, fields, methods, etc) in a consistent manner.
I …
4
votes
7answers
975 views
Visual Studio 2008 crashes when trying to load solution file
When I try to load a solution in Visual Studio 2008, it immediately closes. I get the following error in the event log:
.NET Runtime version 2.0.50727.3053 -
Fatal Execution Engine Error
…
4
votes
3answers
839 views
Attaching to a child process automatically in Visual Studio during Debugging
When writing plugins for media center your plugin is hosted in ehexthost.exe this exe gets launched from ehshell.exe and you have no way of launching it directly, instead you pass a special param to …
