solution-explorer

Is there any Visual Studio extension to “favorite” folders and files?

只谈情不闲聊 提交于 2019-11-30 12:59:51
问题 I'm working on a middle-sized project that contains several class libraries, database model and an ASP .NET MVC website project. However, even though there are less than 15 projects in the solution, I often find myself collapsing and expanding endless folders to find a certain class or view . While looking for class is mostly solved by Resharper type navigation feature, I often want to switch to a certain view in MVC project. I don't remember the file name and it wouldn't solve the problem

Is there any Visual Studio extension to “favorite” folders and files?

那年仲夏 提交于 2019-11-30 04:58:18
I'm working on a middle-sized project that contains several class libraries, database model and an ASP .NET MVC website project. However, even though there are less than 15 projects in the solution, I often find myself collapsing and expanding endless folders to find a certain class or view . While looking for class is mostly solved by Resharper type navigation feature , I often want to switch to a certain view in MVC project. I don't remember the file name and it wouldn't solve the problem either because there are many views with same file name (e.g. Message\ViewSingle.cshtml , Product

Why doesn't Visual Studio refresh the folders when I click the Solution Explorer refresh button?

ぐ巨炮叔叔 提交于 2019-11-29 22:47:30
In Visual Studio 2008, I can see all my project files in my Solution Explorer, and these files exist in an actual diectory. However, if I add a file to that directory (let's say, an test.sqlite file in the App_Data folder, or say, images created by some other program), then these files do NOT appear in my Solution explorer, even if I click the refresh button. How can I make files created by other applications appear in my Solution Explorer? (so far, I have to create them somewhere else, then copy and paste them into the solution explorer itself, but there must be an easier way). Edit: Is there

VS 2012: Scroll Solution Explorer to current file

﹥>﹥吖頭↗ 提交于 2019-11-28 14:56:36
VS2010 had the feature that viewing a file would automatically cause Solution Explorer to scroll to that file. With VS2012, viewing different files from within the IDE no longer scrolls and select the file in Solution Explorer automatically. Is it possible to get this feature back? Is there a setting somewhere? If so, how/where? Chris Bowen - MSFT Yes, you can find that under Tools - > Options - > Projects and Solutions - > Track Active Item in Solution Explorer It's off by default (as you've noticed), but once it's on, Solution Explorer will expand folders and highlight the current document

How to use shared resource file between projects in one solution?

折月煮酒 提交于 2019-11-28 06:28:04
I have a problem with resource files. I have a solution with two projects. The first project contains ImageResource.resx file with the images that I use. Every Form in this project can access this file from the designer. But I can see in the designer ImageResource.resx file to use it from second project ( Reference to second project is present ). I have added the ImageResource.resx file as a link to my second project. And I saw it in the designer! But when I use an image from this resource in the second project Visual Studio modified my original file (It sets the namespaces, and other..) and

Visual Studio Solution Explorer not showing files and folders

こ雲淡風輕ζ 提交于 2019-11-28 02:51:11
问题 Suddenly my solution tab stopped working on my Visual Studio 2013. Even it is existing project or brand new project it does not show files and folders in Solution Explorer. (File is attached) I tried to reset settings, restarted PC but did not work. http://msdn.microsoft.com/en-us/library/ms247075(v=vs.100).aspx I did not installed any new extensions recently I was working what ever I had for a while. Is there anything else I can do? Update; I am also getting this weird message when I click

Refresh button in Visual Studio Solution Explorer not working

送分小仙女□ 提交于 2019-11-27 12:07:05
问题 Just got Visual Studio Express 2012 for Windows Desktop and finding myself overly annoyed that the Solution Explorer doesn't accurately reflect the state of my project. I keep clicking Refresh, but it doesn't actually do anything. Microsoft's rather, uh, verbose explanation of how to use it was no help. Oddly enough, my project does refresh sometimes, but I can't figure out what the cause is. It's definitely not the refresh button. Here's what my Solution Explorer looks like right now: I've

VS 2012: Scroll Solution Explorer to current file

拟墨画扇 提交于 2019-11-27 08:55:59
问题 VS2010 had the feature that viewing a file would automatically cause Solution Explorer to scroll to that file. With VS2012, viewing different files from within the IDE no longer scrolls and select the file in Solution Explorer automatically. Is it possible to get this feature back? Is there a setting somewhere? If so, how/where? 回答1: Yes, you can find that under Tools - > Options - > Projects and Solutions - > Track Active Item in Solution Explorer It's off by default (as you've noticed), but

How to use shared resource file between projects in one solution?

纵饮孤独 提交于 2019-11-27 05:40:51
问题 I have a problem with resource files. I have a solution with two projects. The first project contains ImageResource.resx file with the images that I use. Every Form in this project can access this file from the designer. But I can see in the designer ImageResource.resx file to use it from second project ( Reference to second project is present ). I have added the ImageResource.resx file as a link to my second project. And I saw it in the designer! But when I use an image from this resource in