About 16,400,000 results
Open links in new tab
  1. Disabling highlighting of current line in Visual Studio

    Dec 3, 2023 · The Visual Studio editor highlights the current line by changing the background color of the current line. The only time I've seen this is when "Use Windows High Contrast settings" is enabled (Options > Environment > General)

  2. How to change border width and color of "highlight current line" …

    Apr 21, 2012 · You can remove the border by matching the Background color of the Highlight Current Line (Active) setting in Fonts and Colors to the Foreground color. This is a simple customization. Go to Tools > Options > Environment > Fonts and Colors and look there for Highlight Current line, active and inactive.

  3. What the Colors for Changed Lines in Visual Studio Mean -- Visual ...

    Here's a guide to the colorful lines down the right-hand margin of your editor window (and how to get them).

  4. c# - In visual studio, some lines of code have light grey

    Jul 28, 2009 · Grey lines are statements which are on the call stack, including other threads' call stacks. In other words, statements which started, but have not yet finished executing, are greyed. Try clicking on various functions listed in the call stack + switching to other threads and clicking.

  5. Options, Text Editor, General - Visual Studio (Windows)

    Dec 14, 2023 · Highlight current line. When selected, displays a gray box around the line of code in which the cursor is located. Show structure guide lines. When selected, vertical lines appear in the editor that line up with structured code blocks, which lets you easily identify the individual blocks of code. Show error squiggles

  6. Visual Studio Code - Enable Line Wrap - YouTube

    This guide will show you how to enable line wrapping in Visual Studio Code. If a step was unclear or you would like to see the step by step instructions in p...

  7. Control Color, Line Style, and other Shape Properties - Visual Studio ...

    Jan 11, 2024 · Provides information about controlling shape properties such as color and line style.

  8. [VS2019] Three grey periods (...) on almost every line, with ... - Reddit

    Aug 27, 2021 · On almost every line, there are three grey dots, and if I hover my house over it, it suggests formatting due to IDE0055 rule. I guess it's because I've set my environment to indent with tabs, but a ton of the old codebase I work with has spaces.

  9. How to disable tooltip gray in Visual Studio 2022

    Oct 9, 2023 · As tooltip cannot be disabled directly, you may try to install and use this extension: Toggle Editor Tooltips by clicking Extensions => Manage Extensions => Online => search and find Toggle Editor Tooltips, click to download it => wait for it finishes downloading, close VS => wait for it finishes installing => Open VS => type Tooltip in Search b...

  10. How To customize “Structure Guide Lines” Colors in Visual Studio

    Jul 21, 2017 · In the previous post we have seen how to Turning On/Off “Structure Guide Lines” in Visual Studio 2017. The Structure Guide Lines in the Visual Studio editor displayed with a light gray color. While this is the default color provided with Visual Studio, you can customize it …

Refresh