How to disable highlighting of current line in Visual Studio ?

This blog post will explain how one could disable the highlighting of the current line in Visual Studio 2019. Although this post uses Visual Studio 2019 , the same feature is available in previous versions of Visual Studio as well (Visual Studio 2017 , Visual Studio 2015 and Visual Studio 2012).

One of the features in the Visual Studio IDE is that it highlights the current line by changing the background color of the current line that is selected. In Visual Studio 2019 , its the color border around the current line.

How to disable highlighting of current line in Visual Studio ?

How to disable highlighting of current line in Visual Studio ?

If you don’t want the current line to be highlighted , follow the below steps in Visual Studio to disable it.

  1. Open Visual Studio and navigate to Tools -> Options.
How to disable highlighting of current line in Visual Studio ?
  1. In the Options Dialog , select Text Editor and under the “Display Group” , uncheck the option “Highlight current line”.
How to disable highlighting of current line in Visual Studio ?

This will disable the highlighting the current line in Visual Studio.

Watch this video in Youtube Channel

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Do you want to hide the start page in Microsoft Visual Studio 2012 within few simple steps? Here we go....
DataTip is a feature in Visual Studio that provides the users an easy way to view information about variables used...
Today, when I was trying to install the Team Foundation Server (TFS) Power Tools 2013, I received an error “The...