Visual Studio 2017 - How to get rid of split view bar? - visual-studio

How to get rid of bar marked on below screenshot? Previously I had there some kind of code tracking, like code minimap, using which I could quickly move to specific part of my code, but I decided to remove it. It worked, but bar remained and it is misleading for me, as it cuts my code (it can also be seen on screenshot) and just waste space.
I remember that I saw this feature for first time in Visual Studio Code, but disabling it was easy as it required only to add one line to settings JSON file. Unfortunately, I can't see such a file for Visual Studio 2017. On the other side - last time Visual Studio 2017 and Visual Studio Code acted like two separate beings and that's fine for me. This time they act like Visual Studio 2017 inherits settings from Visual Studio Code. I had this code minimap though I never enabled it. I had ESLint enabled in Visual Studio 2017 though I never enabled it. However both of those were enabled in Visual Studio Code. Is there a way to separate Visual Studio 2017 and Visual Studio Code again? I would like my settings from Visual Studio Code to not be adopted by Visual Studio 2017.

Fixed. I had to enter Options -> Text Editor -> All Languages -> Scroll Bars and changed Behavior from "Use map mode for vertical scroll bar" to "Use bar mode for vertical scroll bar".
My question about inheriting settings from Visual Studio Code by Visual Studio 2017 is still up-to-date.

Related

Can I somehow search in Visual Studio 2017 properties window using WinForms?

Can I somehow use search in Visual Studio 2017 properties window? In Embarcadero RAD Studio there is a searchbar in properties as well as it is possible to type the first letter of property and jump to it. Is there something like this in visual studio 2017? I have found this answer with this screenshot, but there is nothing like in my IDE, and I can't find an option to turn it on.

Visual Studio Color Format Redundant Code

I have Visual Studio installed in one PC in which text editor is format redundant code by color (as shown in the screen shot).
I want to activate this in visual studio copy installed on another PC.
That is not a Visual Studio feature, it is one of ReSharper Code Inspection features, hence you'll need to install ReSharper on the computer where you'd like to see this code coloring...
This is a visual studio (mine is 2015) feature and should be enabled. By default it should be enabled, but am not sure what version of visual studio you are using. You can enable it by going to Visual Studio -> Tools menu -> Options

How can I disable this pop-up that appears during hover in the Visual Studio editor?

I've already turned off many options in Visual Studio 2017, but I can't suppress this annoying pop-up. (Not this specific one, but all of them, for all the API's)
Can someone please show me the setting I need?
Check this old post How do I turn off code tooltips in Visual Studio 2010. In it a workaround is provided but you will probably make a new extension from the source for it to work in Visual Studio 2017.
Looks like there is no setting for this except for the C/C++ language.

How to show Marker Bar in Visual Studio

In Visual Studio 2012, is there a way to enable/disable the error marker bar next to the text editor?
Mine is currently not showing any marker, although I have compile errors in my code.
Only in Visual Studio 2015 with Roslyn analyze your code in real time such markers can appear. All older VS releases won't show them unless you use a third party tool such as ReSharper.

Visual Studio 2013 - How to turn off auto-indentation in code editor?

There is a post that goes on about Visual Studio with 'intelligent' word wrap in How to make word wrap respect indentation in Visual Studio?
However - its a personal preference and can make code more unreadable in some cases.
In Visual Studio 2013 - this auto-indentation is default behavior.
How do you in Visual Studio 2013 turn this off?, so we get word-wrapping going back to the previous way - all-left aligned?
There doesn't appear to be an option in Visual Studio Options, or maybe I am missing something. If it is missing in Visual Studio Options, does anyone know of an add-in that will reset this auto-indentation?
I have VS2010 but try this:
Options/Text Editor/C#/Tabulations and then at identation block select none.
PS. You have to expand the options, if you select text editor it will show only the general options for text editor.

Resources