Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the color of Collapsible Region lines in Visual Studio 2015/2017

Need to change the color of this line here:

enter image description here

like image 690
Marcelo Mason Avatar asked Feb 25 '17 01:02

Marcelo Mason


People also ask

How to collapse code in Visual Studio 2017?

(Ctrl+M, Ctrl+H) - Collapses a selected block of code that would not normally be available for outlining, for example an if block. To remove the custom region, use Stop Hiding Current (or Ctrl+M, Ctrl+U). Not available in Visual Basic.

How to collapse region in Visual Studio?

Collapse All Regions command for #region blocks in C#, VB, C/C++, XAML (and possibly F#) source code files. The default key binding for this command is [Ctrl+M, Ctrl+R] Note: It may also work with F# files, when a #region block handler extension is installed.

How to collapse rows in Visual Studio?

CTRL + M + O will collapse all. CTRL + M + P will expand all and disable outlining. CTRL + M + M will collapse/expand the current section.

How to collapse json in Visual Studio?

Ctrl + Shift + [ on Windows and Linux.


1 Answers

Tools -> Options -> Environment -> Fonts and Colors -> Display Items -> Outline Margin Vertical Rule -> Item foreground

Screenshot below

like image 188
Larry Dukek Avatar answered Sep 18 '22 19:09

Larry Dukek