0
votes
1answer
9 views
installation path for visual studio 2008 addin in XP
I tried to google for the installation path for visual studio 2008 addin in XP but could not find a proper answer.
Can someone help me on this
the addin needs to be for all users f …
0
votes
2answers
149 views
VS2008 Navigate to class definition add-in
Hello,
I am looking for a Visual Studio add-in that would analyze the text around the cursor position and navigate to the corresponding class definition.
For example I have this …
1
vote
1answer
49 views
Can I suppress selected input before the application’s main loop?
As part of my Visual Studio utilities add-in SamTools, I have a mouse input routine that catches Ctrl+MouseWheel and sends a pageup/pagedown command to the active text window. Visu …
0
votes
1answer
46 views
undecorate function names with visual studio sdk
To undecorate mangled C++ names that Visual Studio generates, you can use undname.exe.
But what if you want to avoid the overhead of creating a full-blown process every time you …
0
votes
1answer
104 views
Add a Right-Click Menu Item in Visual Studio using C#?
How to write an add-in that allows me to right click on the files hierachy tree to do something that will display something?
This is exactly what I want (2nd part of the video), b …
2
votes
2answers
108 views
Do we have any Minifier Add-in for visual studio 2005/2008 ?
Do we have any Minifier Add-in for visual studio 2005..? that minifies various files inside visual studio.
0
votes
0answers
12 views
How can I get a list of window types similar to Tools/Options/Environment/Keyboard?
When changing keyboard shortcuts in Visual Studio (2008) you can specify in which window types the shortcut is active, e.g. Global, Text Editor, ...
How can I retrieve that list p …
1
vote
2answers
116 views
Gac Multiple Projects From Visual Studio
We currently have "gacutil /i $(TargetPath)" as an external tool in visual studio and it works fine for gac'n a single project.
I want to be able to select multiple projects and g …
1
vote
1answer
16 views
Visual Studio: Profiles for addins
I would like to be able to switch between using Visual Studio with C#-addins (Resharper, TestDriven.Net and VisualSVN) and C++-addins (Visual Assist X and VisualSVN). I have found …
0
votes
1answer
48 views
What do I need to create an “Office” project in Visual Studio 2008?
I have Office 2007 installed(with .NET support checked everywhere) and VS 2008(with all updates).
My problem is that there is no Office category when creating a new project. What e …
0
votes
0answers
18 views
How do you diagnose and fix visual studio add-ins that do not load?
From time to time I run into this problem with Visual studio 2008 (and 2005). An add-in is installed (3rd party or custom). The path to these add-ins is in the visual studio setti …
4
votes
1answer
355 views
Capture window close event
I want to capture events that close editor window (tab) in Visual Studio 2008 IDE.
When I use
dte2.Application.Events.get_CommandEvents(null, 0).BeforeExecute
I successfully captu …
10
votes
8answers
1k views
Useful Add-Ins or Plug-Ins for native Visual Studio developer
There are plenty of different Add-Ins for Visual Studio, see Visual Studio Gallery
. Please share your experiences and favorites.
As motivation, here are some of my favorites:
V …
2
votes
1answer
106 views
How would I retreive the fully qualified name of an identifier in a VS macro?
I'm trying to resolve the fully qualified name of a c# identifier at a certain point (cursor) of a code window, using a Macro (or even an Add-in) in Visual Studio 2008.
For exampl …
2
votes
3answers
86 views
What is this dashed line called that aligns function blocks in my IDE?
The SPE IDE that I use for my Python code uses this "visual cue" that looks like a vertical dashed line for alignment of (what I would call) function blocks. How can I get this op …
