solution-explorer

Solution Explorer doesnt show the folder although the folder is present in my local drive (local copy) Visual studio [duplicate]

霸气de小男生 提交于 2019-12-07 00:35:53
问题 This question already has answers here : Why doesn't Visual Studio refresh the folders when I click the Solution Explorer refresh button? (3 answers) Closed 4 years ago . I have copied the source code from source control explorer to my local drive. the mapping is done and i am able to work on the code and build it. However, there are some files which doesnot show up in the Solution Explorer although it shows in the local copy of drive. I tried to refresh it and i cannot get the correct folder

Display a file hierarchically under another file in Visual Studio [duplicate]

强颜欢笑 提交于 2019-12-05 07:16:39
This question already has an answer here: Add a file under a file in Solution Explorer 2 answers In Visual Studio, I'd like to show a hierarchical relationship between certain files. A typical ASP.NET WebForms application provides an example of what I want. Say that I have a file named Page.aspx . Files named Page.aspx.cs and Page.aspx.designer.cs would typically appear hierarchically below Page.aspx in Solution Explorer. sarmatron If you want File A to appear hierarchically under File B in Solution Explorer, do the following: Open your project file, go to the <Content Include> (or <None

Solution Explorer doesnt show the folder although the folder is present in my local drive (local copy) Visual studio [duplicate]

自作多情 提交于 2019-12-05 05:45:38
This question already has an answer here: Why doesn't Visual Studio refresh the folders when I click the Solution Explorer refresh button? 3 answers I have copied the source code from source control explorer to my local drive. the mapping is done and i am able to work on the code and build it. However, there are some files which doesnot show up in the Solution Explorer although it shows in the local copy of drive. I tried to refresh it and i cannot get the correct folder structure in solution explorer. Any advice how to get it ?? To see other files in the solution explorer click the "Show All

Attach a keyboard shortcut to 'Collapse All' items in solution explorer with Visual Studio 2012

只愿长相守 提交于 2019-12-04 15:35:34
问题 Like I said in the title of this question, is it possible to attach a keyboard shortcut to collapse all items in the solution explorer with Visual Studio 2012? In previous version; 2010, I was able to create a macro to enable this feature but in Visual Studio 2012, there is no more support for macros. I'm able to right click onto item in the solution explorer and choose 'Collapse All' but I prefer to just typed 'Ctrl+Shift+C' to do the same job. 回答1: FWIW, this is the best I've been able to

Attach a keyboard shortcut to 'Collapse All' items in solution explorer with Visual Studio 2012

杀马特。学长 韩版系。学妹 提交于 2019-12-03 09:41:54
Like I said in the title of this question, is it possible to attach a keyboard shortcut to collapse all items in the solution explorer with Visual Studio 2012? In previous version; 2010, I was able to create a macro to enable this feature but in Visual Studio 2012, there is no more support for macros. I'm able to right click onto item in the solution explorer and choose 'Collapse All' but I prefer to just typed 'Ctrl+Shift+C' to do the same job. FWIW, this is the best I've been able to come up with so far. Alternative 1 Press Ctrl+¨ to put focus in the search box above the Solution Explorer.

Doubling file names in Visual Studio 2012

别等时光非礼了梦想. 提交于 2019-12-01 13:41:11
In Visual Studio 2012 in Solution Explorer window have doubled file names (sorry for no screenshots - here is the link http://floomby.ru/s1/uaxC8K ). In the same time it's all right in File Explorer and in project file ( http://floomby.ru/s1/WaxCv8 ). It's really annoying thing and cant find the reason why is this happening. What can be done to prevent such behavior? Still can't describe how to prevent, except it's just use the Visual Studio 2012 merge tool more accuratly. But here is the solution to get rid of duplicate entries in Solution window. First remember somehow all name of duplicated

Doubling file names in Visual Studio 2012

半城伤御伤魂 提交于 2019-12-01 10:57:12
问题 In Visual Studio 2012 in Solution Explorer window have doubled file names (sorry for no screenshots - here is the link http://floomby.ru/s1/uaxC8K). In the same time it's all right in File Explorer and in project file (http://floomby.ru/s1/WaxCv8). It's really annoying thing and cant find the reason why is this happening. What can be done to prevent such behavior? 回答1: Still can't describe how to prevent, except it's just use the Visual Studio 2012 merge tool more accuratly. But here is the

How to keep source folders hierarchy on solution explorer?

≡放荡痞女 提交于 2019-12-01 06:07:40
I made a C++ project on Linux, and I grouped source files in many directories to organize myself. I was using CMake to compile, with one CMakeFiles.txt on each subdirectory. srcs |--folderA | |--Toto.cpp | |--Tata.cpp | |--folderB | |--Foo.cpp | |--Bar.cpp [...] Recently, I opened it with Visual Studio 2015, which found every source file, but just put the entire list on the "Source Files" folder of solution explorer. Source Files |--Toto.cpp |--Tata.cpp |--Foo.cpp |--Bar.cpp I plan to have a huge number of files, and it shall be soon difficult to find one. Is there any way to explicitly tell

How to disable auto hide the solution explorer (Visual Studio 2017)

心已入冬 提交于 2019-11-30 20:19:39
How to disable auto hide solution explorer (Visual Studio 2017)? Every time after launching the project, the solution explorer does autohide. How disable it? In the "Help" menu of Visual Studio, you find "Manage Visual Studio Performance". Inside this you find "Team Explorer - Home" in "Tool Windows" and if this is not set to "Use default behaviour", you will likely find the sidebar hidden both on startup and after debugging. If you, like me, have your Solution Explorer and Team Explorer docked together, this is the behaviour you will see. I resolve it problem. Solution: Delete the following

How to disable auto hide the solution explorer (Visual Studio 2017)

霸气de小男生 提交于 2019-11-30 16:57:42
问题 How to disable auto hide solution explorer (Visual Studio 2017)? Every time after launching the project, the solution explorer does autohide. How disable it? 回答1: In the "Help" menu of Visual Studio, you find "Manage Visual Studio Performance". Inside this you find "Team Explorer - Home" in "Tool Windows" and if this is not set to "Use default behaviour", you will likely find the sidebar hidden both on startup and after debugging. If you, like me, have your Solution Explorer and Team Explorer