Tagged Questions

7
votes
5answers
735 views

Plug-in for Visual Studio for quick-searching files in solution

I want to write an Add-In for Visual Studio that provides instant search for the solution explorer. So you press a key combination and while you are typing a list first containing all files of the ...
6
votes
2answers
239 views

Visual Studio AddIn: How do I Add Item Specific Commands to the Solution Explorer Context Menu

I've spent about 3 days now trying to get this working but to no avail. I'm fairly new to VS.NET extensibility and I find it hard to debug my problems. I've already tried the code here presented: ...
0
votes
4answers
101 views

IN VS2008, for C#, How can I figure out which references are needed and which are not?

IN VS2008, for C#, How can I figure out which references are needed and which are not? If you look in the solution explorer for a certain project and expand the references folder, is there a way to ...