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 ...
5
votes
4answers
2k views

Microsoft Visual Studio (2008) - Filters in the Solution Explorer

In the Solution Explorer when working with C++ projects there is the standard filters of Header Files, Resource Files, and Source Files. What I'm wanting to accomplish is essentially Filters by ...
4
votes
2answers
175 views

Is there any way to do custom “grouping” of files in Visual Studio's Solution Explorer?

To explain a little more, I have a file Sidebar.cs, and I have Sidebar.js, and Sidebar.css. I would like to be able to make it Sidebar.cs, Sidebar.cs.js, and Sidebar.cs.css, and have the js and css ...
3
votes
2answers
1k views

Visual studio 2010 solution explorer settings

I got a fairly large (C++) project in Visual studio 2010. Somehow I managed to click "Show all files" in the solution explorer and now a bug in visual studio 2010 is preventing me from uncheck the ...
3
votes
2answers
639 views

Visual Studio 2010: How Can I remap F2 to Rename File rather than Open Object Browser

In Visual Studio 2010 Solution Explorer tree view, how can I remap the F2 key to Rename the Selected File rather than open Object Browser?
2
votes
1answer
551 views

Addin to extend Solution Explorer with “Open corresponding solution” when available?

Imagine a folder structure that contains more than 200 solution files for projects that all belong to one software. Most of them generate shared libraries that are referenced in other projects that ...
1
vote
0answers
71 views

Localized resx files as sub items in solution explorer

We have a large number of C# projects in a visual studio solution. For a lot of these we have a resource file called 'TextResources.resx'. These have been translated in the past creating several ...
1
vote
1answer
26 views

Why the file being worked on is not selected in the solution Explorer in VS?

For some reason the VS 2008 I have work on, does not automatically select the file in Solution Explorer that I am editing. Is there any place in option settings where I can turn this feature on? ...
1
vote
1answer
126 views

small stop sign at the right bottom of the file (solution explorer VS2005)

tried to find the answer by googling and in MSDN but with no luck. what does a small stop sign mean in the icon of the file (seein in a soluton explorer tree) in Visual Studio. I have a bunch of C++ ...
1
vote
1answer
284 views

How to undo Visual Studio's obsession with recreating the .designer.cs file of my DBML?

This is driving me nuts. I think it is because of some connection string mismatching across the app (using MVC) but Visual Studio constantly takes my .designer.cs file and recreates it adding a '1' at ...
1
vote
1answer
75 views

Stop VS from automatically opening the folder for the active item

Just wondering if anyone knows how to stop VS from automatically opening the folder for the active item. On my work computer it does this but my install doesn't, but I can't find the setting that I ...
0
votes
3answers
111 views

VisualStudio API: include existing folder without recursively adding all the contents?

Currently I'm using: EntDTE.ProjectItems.AddFromDirectory() to include the existing folder into VS project model, but this method includes into project all the contents of this folder too. Can ...
0
votes
2answers
161 views

How do I see contents of filesystem directories in Visual Studio Solution Explorer?

We have some files (config, static files, that sort of thing) in our codebase that are kept in the same filesystem tree as our codebase, but are not part of projects (ie, not underneath a project's ...
0
votes
2answers
684 views

The Microsoft.VisualStudio.Data.Interop.IVsDataProviderManager service could not be found

I'm using VS2008 to develop an app. Now, whenever I connect to database in Server Explorer, it shows me the report The Microsoft.VisualStudio.Data.Interop.IVsDataProviderManager service could ...