Can't find server explorer Microsoft Visual Studio 2015 - visual-studio

I'm trying to make a C# application and I need the server explorer but I can't find it when I click on View menu. I am using Microsoft Visual Studio Express 2015. Is it disabled or did I do something wrong?

If it is missing you can modify your View menu using the following instructions:
Open Visual Studio
Go to Tools > Customize...
Click the Commands tab
Select View from the Menu Bar dropdown (make sure the Menu Bar radio button is selected)
Scroll down the menu window until you see Solution Explorer and select it.
Click the Add Command... button
Scroll down the Categories list and select View
Scroll down the resulting Commands list and select Server Explorer
Click the OK button

The Bad
If you double click on the solution (SLN) file, the result is this.
If you close the solution, the result is this.
The Good
If you close Visual Studio 2015, and then just run it without opening any solution, the result is this.
The Ugly
Click on File,
Open,
Project/Solution,
Browse to your solution's folder,
Select the solution file,
Click the Open button.
There you go! You will now find it under the View menu. I have a screenshot to prove it.
About
Just a little something for posterity.
Microsoft Blend for Visual Studio Community 2015 Version 14.0.25431.01
Update 3 Microsoft .NET Framework Version 4.7.02046
Installed Version: Blend
ASP.NET Web Frameworks and Tools 2012.2 4.1.41102.0
ASP.NET Web Frameworks and Tools 2013 5.2.40314.0
NuGet Package Manager 3.5.0
Running on Windows 10.0.15063 (64-bit).

Related

Auto Complete Not Working In New Visual Studio 2022 For UNITY

So I have had visual studio 2019 and I used it with unity. I needed to delite it and reinstall it becouse of somthing and when I reinstalld it I installed new 2022 version. Ever since auto complete isn't working.
I have downloaded the "Game development with Unity" modifyer and selected Visual Studio Community 2022 in unity preferences but it still isn't working.
Does anyone have an idea what is wrong maby?
In the Unity Editor, select the Edit > Preferences menu. On the left, select the External Tools tab.
Select Browse... from the dropdown list.
Navigate to the C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE directory and select devenv.exe. Then select Open.
Close the Preferences dialog to complete the configuration process.
And make sure that you have Microsoft Visual Studio installed in package manager:
check this link: https://learn.microsoft.com/en-us/visualstudio/gamedev/unity/get-started/getting-started-with-visual-studio-tools-for-unity?pivots=windows
there are 2 fixes that I think will help you:
You need to enable IntelliSense by opening Tools -> Options -> Search for Intellisense, and head over to the C# Section and enable features like Show completion list after a character is typed.
For good practice, you should also install the C# packages for Visual Studio 2022.

WebBrowser option greyed out in toolbox (Visual Studio 2019)

I'm using Visual Studio 2019 and I am trying to add a web browser to my form but it won't let me. I'm new to VS and I'm not sure how to fix this.
Screen-shot:
Are you using .NET Core or .NET Framework?
I think some of the controls do not work with Core yet. See https://devblogs.microsoft.com/dotnet/introducing-net-core-windows-forms-designer-preview-1/
When creating the project, select Windows Form (.NET Framework) instead of just Windows Form.
If this is not the issue try the following:
Right click on the Toolbox windows and choose Reset Toolbox, restart the VisualStudio.
Right click on the Toolbox windows and choose Choose Items…, under .NET Framework Components tab and make sure the WebBrowser option is checked.
Re-run the VisualStudio 2019 installer as administrator, click the icon beside Launch and choose Repair.

How to Active Resharper's tab on Visual Studio 2019?

I installed ReSharper successfully
but, still ReSharper was not appeared on Visual Studio's tab.
I will be glad if you can help me to fix this problem.
In VS2019, Microsoft groups all 3rd party extensions under the Extension Menu
In Visual Studio 2019 top level menus from extensions are moved to the
Extensions menu as submenus
With a 3rd party extension Extensions in Main menu you can move the entries back to main menu:
Starting from Visual Studio 2019, all extensions previously located in
the Main menu were moved into the Extensions menu. This extension
allows choosing between the new and old behavior by bringing up
selected extensions into the Main menu.
If you have correctly installed it you will find the resharper extension by clicking the Extensions -> ReSharper menu item.

Add Windows Explorer context menu options to Visual Studio context menu

Rather than using loads of half-supported add-ins on Visual Studio (2012), I would like to be able to right-click a file or folder in Solution Explorer or a document tab and have all the options I have on Windows explorer (e.g. Tortoise SVN, edit with Sublime Text, etc.). Is there an add-in, or something quick I can write myself that will allow this?
Check this extension in gallery
link
.
Works ok for VS2010 Ultimate

How to bring back a deleted tab in visual studio 2010

I accidentally deleted data tab in visual studio 2010 design mode. How can i bring it back??
You can retrieve any window under the View tab in VS, you're probably looking for the Solution Explorer
EDIT:
Right-click in your toolbox and select Show all or Reset toolbox

Resources