Whenever I ctrl+click on a class (such as UserEnabledController in this picture) to view the implementation it navigates me to the implementation in a non split maximized window as usual, but when I navigate back to this AccountController there is an annoying split screen that is sort of previewing the UserEnabledController. How do I turn this setting off? I am on Visual Studio 2017 professional as a fresh install with the latest version of Resharper 2018.1 Ultimate.
Tools, options, & search for "Peek" disable "Control click shows definitions in Peek"
Related
How does one turn off grey suggestions in Visual Studio 2022, but keep the table below?
Depending on used version of VS 2022 (mine is 17.0.1, not preview), you can go to Tools->Options->IntelliCode and disable Show completions for whole lines of code option
Another option can be found in Controlling Whole line completions docs
Just use small button near Zoom drop-down in the left bottom corner of main editor
You can disable that "IntelliCode Code Completions" feature in Visual Studio 2022 by going to Tools ==> Options ==> Preview Features and uncheck Enable all IntelliCode preview features
See: Visual Studio IntelliCode Whole line completions
See also: https://visualstudio.microsoft.com/services/intellicode/
Note: We have several Preview features which are off by default and
can be enabled through the Tools > Options > IntelliCode page.
I want to create a blank form in Visual Studio C#.
However, all I can create is an inherited Form, why is that?
On the web, all I can find is a tutorial where they have the blank form option. Why don't I have it?
Open the start menu and look for Visual Studio Installer (for VS 2015 or later). Run the program.
Find the Modify setting under the More menu:
Make sure you have the ".NET desktop development" box checked.
Perform any necessary Visual Studio restarts and you should then have the option for a Windows Form when you select Add... from Solution Explorer within a Windows Forms project.
When I go to Project Properties/Publish tab this error is being shown I have searched it alot but nothing valuable is found, Thanks in Advance.
Updating Visual Studio should work, if not then Reinstalling Visual Studio will be required.
Windows 7: Go to Add and Remove Programs, find Visual Studio Installer (+year)
and choose 'change'. Once the window opens, click 'modify'
The default update options should be fine, simply click 'Modify'/'update' in the bottom right corner. Your project should be able to open the publish page after it finishes.
I'm starting out with Xamarin and am finding Visual Studio to have many pitfalls :(
I clicked the "X" button on the left/right hand side tabs and they've vanished ... now I can't find how to recover them!
How can I show the "Solution", "Document Outline", "Unit Tests", "Toolbox" & "Properties" tabs in the following situation (as I'm about to reinstall the software :/)
Please, look at the image below.
In the latest version of Visual Studio (Enterprise 2017) it has moved a little bit.
It is now under: View -> Other Windows -> Document Outline
Or you can use the shortcut Ctrl+W, U
In every file in every solution I open. I'm only using C#.
I have Resharper installed but I can't see any option in R# to replace these VS features.
I tested deleting an suo file but still get the problem in that solution.
Go to Resharper Menu
Choose Options
Choose Visual Studio Scheme
Click Apply
Click Save
If that doesn't work, you will have to do it manually
Open Visual studio Options
Go to Enviroment
Keyboard
Search for definition
Change the shortcut and save