Display item
|
Description
|
|---|
Plain Text
|
Text in the editor.
|
Selected Text
|
Text that is included in the current selection when the editor has focus.
|
Inactive Selected Text
|
Text that is included in the current selection when the editor has lost focus.
|
Indicator Margin
|
The margin at the left of the Code Editor where breakpoints and bookmark icons are displayed.
|
Line Numbers
|
Optional numbers that appear next to each line of code
|
Visible White Space
|
Spaces, tabs and word wrap indicators
|
Bookmark
|
Lines that have bookmarks. Bookmark is only visible if the indicator margin is disabled.
|
Brace Matching (Highlight)
|
Highlighting that is typically bold formatting for matching braces.
|
Brace Matching (Rectangle)
|
Highlighting that is typically a grey rectangle in the background.
|
Breakpoint (Disabled)
|
Not used.
|
Breakpoint (Enabled)
|
Specifies the highlight color for statements or lines containing simple breakpoints. This option is applicable only if statement-level breakpoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Breakpoint (Error)
|
Specifies the highlight color for statements or lines containing breakpoints that are in an error state. Applicable only if statement-level breakpoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Breakpoint (Warning)
|
Specifies the highlight color for statements or lines containing breakpoints that are in a warning state. Applicable only if statement-level breakpoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Breakpoint - Advanced (Disabled)
|
Specifies the highlight color for statements or lines containing disabled conditional or hit-counted breakpoints. Applicable only if statement-level breakpoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Breakpoint - Advanced (Enabled)
|
Specifies the highlight color for statements or lines containing conditional or hit-counted breakpoints. Applicable only if statement-level breakpoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Breakpoint - Advanced (Error)
|
Specifies the highlight color for statements or lines containing conditional or hit-counted breakpoints that are in an error state. Applicable only if statement-level breakpoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Breakpoint - Advanced (Warning)
|
Specifies the highlight color for statements or lines containing conditional or hit-counted breakpoints that are in a warning state. Applicable only if statement-level breakpoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Breakpoint - Mapped (Disabled)
|
Specifies the highlight color for statements or lines containing disabled mapped breakpoints. Applicable for ASP or ASP.NET debugging if statement-level breakpoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Breakpoint - Mapped (Enabled)
|
Specifies the highlight color for statements or lines containing mapped breakpoints. Applicable for ASP or ASP.NET debugging if statement-level breakpoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Breakpoint - Mapped (Error)
|
Specifies the highlight color for statements or lines containing mapped breakpoints in an error state. Applicable for ASP or ASP.NET debugging if statement-level breakpoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Breakpoint - Mapped (Warning)
|
Specifies the highlight color for statements or lines containing mapped breakpoints in a warning state. Applicable for ASP or ASP.NET debugging if statement-level breakpoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Call Return
|
Specifies the highlight color for source statements or lines that indicate call return points when context is switched to a non-top stack frame when debugging.
|
Code Snippet Dependent Field
|
A field that will be updated when the current editable field is modified.
|
Code Snippet Field
|
Editable field when a code snippet is active.
|
Collapsible Text
|
A block of text or code that can be toggled in and out of view within the Code Editor.
|
Comment
|
Code comments.
|
Compiler Error
|
Blue squiggles in the editor indicating a compiler error.
|
Coverage Not Touched Area
|
Code that has not been covered by a unit test.
|
Coverage Partially Touched Area
|
Code that has been partially covered by a unit test.
|
Coverage Touched Area
|
Code that has been completely covered by a unit test.
|
CSS Comment
|
A comment in Cascading Style Sheets. For example:
/* comment */
|
CSS Keyword
|
Keywords in the Cascading Style Sheet.
|
CSS Property Name
|
The name of a property, such as Background.
|
CSS Property Value
|
The value assigned to a property such as blue.
|
CSS Selector
|
A string that identifies what elements the corresponding rule applies to. A selector can either be a simple selector, such a 'H1', or a contextual selector, such as 'H1 B', which consists of several simple selectors.
|
CSS String Value
|
A string in Cascading Style Sheets.
|
Current list location
|
Current line navigated to in a list tool window, such as the Output window or Find Results windows.
|
Current Statement
|
Specifies the highlight color for the source statement or line that indicates the current step position when debugging.
|
Debugger Data Changed
|
The color of text used to display changed data inside the Registers and Memory windows.
|
Definition Window Background
|
The background color of the Code Definition window.
|
Definition Window Current Match
|
The current definition in the Code Definition window.
|
Disassembly File Name
|
The color of text used to display file name breaks inside the Disassembly window.
|
Disassembly Source
|
The color of text used to display source lines inside the Disassembly window.
|
Disassembly Symbol
|
The color of text used to display symbol names inside the Disassembly window.
|
Disassembly Text
|
The color of text used to display op-code and data inside the Disassembly window.
|
Excluded Code
|
Code that is not to be compiled, per a conditional preprocessor directive such as #if.
|
Identifier
|
Identifiers in code such as the class names, methods names, and variable names.
|
Keyword
|
Keywords for the given language that are reserved. For example: class and namespace.
|
Memory Address
|
The color of text used to display the address column inside the Memory window.
|
Memory Changed
|
The color of text used to display changed data inside the Memory window.
|
Memory Data
|
The color of text used to display data inside the Memory window.
|
Memory Unreadable
|
The color of text used to display unreadable memory areas within the Memory window.
|
Number
|
A number in code that represents an actual numeric value.
|
Operator
|
Operators such as +, -, and !=.
|
Other Error
|
Other error types not covered by other error squiggles. Currently, this includes rude edits in Edit and Continue.
|
Preprocessor Keyword
|
Keywords used by the preprocessor such as #include.
|
Read-Only Region
|
Code that cannot be edited. For example code displayed in the Code Definition View window or code that cannot be modified during Edit and Continue.
|
Refactoring Background
|
Background color of the Preview Changes dialog box.
|
Refactoring Current Field
|
Background color of the current element to be refactored in the Preview Changes dialog box.
|
Refactoring Dependent Field
|
Color of references of the element to be refactored in the Preview Changes dialog box.
|
Register Data
|
The color of text used to display data inside the Registers window.
|
Register NAT
|
The color of text used to display unrecognized data and objects inside the Registers window.
|
Smart Tag
|
Used to denote the outline when smart tags are invoked.
|
SQL DML Marker
|
Applies to the TSQL editor. DML statements in this editor are marked with a bounding blue box by default.
|
Stale Code
|
Superseded code awaiting an update. In some cases, Edit and Continue cannot apply code changes immediately, but will apply them later as you continue debugging. This occurs if you edit a function that must call the function currently executing, or if you add more than 64 bytes of new variables to a function waiting on the call stack. When this happens, the debugger displays a "Stale Code Warning" dialog box, and the superseded code continues to execute until the function in question finishes and is called again. Edit and Continue applies the code changes at that time.
|
String
|
String literals.
|
String (C# @ Verbatim)
|
String literals in C# that are interpreted verbatim. For example:
@"x"
|
Syntax Error
|
Parse errors.
|
Task List Shortcut
|
If a Task List shortcut is added to a line, and the indicator margin is disabled, the line will be highlighted.
|
Tracepoint (Disabled)
|
Not used.
|
Tracepoint (Enabled)
|
Specifies the highlight color for statements or lines containing simple tracepoints. This option is applicable only if statement-level tracepoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Tracepoint (error)
|
Specifies the highlight color for statements or lines containing tracepoints that are in an error state. This option is applicable only if statement-level tracepoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Tracepoint (Warning)
|
Specifies the highlight color for statements or lines containing tracepoints that are in a warning state. This option is applicable only if statement-level tracepoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Tracepoint - Advanced (Disabled)
|
Specifies the highlight color for statements or lines containing disabled conditional or hit-counted tracepoints. This option is applicable only if statement-level tracepoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Tracepoint - Advanced (Enabled)
|
Specifies the highlight color for statements or lines containing conditional or hit-counted tracepoints. This option is applicable only if statement-level tracepoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Tracepoint - Advanced (Error)
|
Specifies the highlight color for statements or lines containing conditional or hit-counted tracepoints that are in an error state. This option is applicable only if statement-level tracepoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Tracepoint - Advanced (Warning)
|
Specifies the highlight color for statements or lines containing conditional or hit-counted tracepoints that are in a warning state. This option is applicable only if statement-level tracepoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Tracepoint - Mapped (Disabled)
|
Specifies the highlight color for statements or lines containing disabled mapped tracepoints. Applicable for ASP or ASP.NET debugging if statement-level breakpoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Tracepoint - Mapped (Enabled)
|
Specifies the highlight color for statements or lines containing mapped tracepoints. Applicable for ASP or ASP.NET debugging if statement-level breakpoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Tracepoint - Mapped (Error)
|
Specifies the highlight color for statements or lines containing mapped tracepoints in an error state. Applicable for ASP or ASP.NET debugging if statement-level breakpoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Tracepoint - Mapped (Warning)
|
Specifies the highlight color for statements or lines containing mapped tracepoints in a warning state. Applicable for ASP or ASP.NET debugging if statement-level breakpoints are active or the Highlight entire source line for breakpoints or current statement option is selected on General, Debugging, Options Dialog Box.
|
Track Changes after save
|
Lines of code that have been modified since the file was opened but are saved to disk.
|
Track Changes before save
|
Lines of code that have been modified since the file was opened but are not saved to disk.
|
User Keywords
|
A constant within a particular code file defined by any means of the #define directive.
|
User Types
|
Types defined by users.
|
User Types (Delegates)
|
Type color for delegates.
|
User Types (Enums)
|
Type color used for enums.
|
User Types (Interfaces)
|
Type color for interfaces.
|
User Types (Value types)
|
Type color for value types such as structs in C#.
|
Visual Basic Read Only Marker
|
A marker specific to Visual Basic used for designating EnC, such as exception regions, a method definition, and non-leaf call frames.
|
Warning
|
Compiler warnings.
|
Warning Lines Path
|
Used for Static Analysis warning lines.
|
XML Attribute
|
Attribute names.
|
XML Attribute Quotes
|
The quote characters for XML attributes.
|
XML Attribute Value
|
Contents of XML attributes.
|
XML Cdata Section
|
Contents of <![CDATA[…]]>.
|
XML Comment
|
The contents of <!-- -->.
|
XML Delimiter
|
XML Syntax delimiters, including <, <?, <!, <!--, -->, ?>, <![, ]]>, and [, ].
|
XML Doc Attribute
|
The value of an xml documentation attribute, such as <param name="I"> where the "I" is colorized.
|
XML Doc Comment
|
The comments enclosed in the xml documentation comments.
|
XML Doc Tag
|
The tags in XML doc comments, such as
/// <summary>.
|
XML Keyword
|
DTD keywords such as CDATA, IDREF, and NDATA.
|
XML Name
|
Element names and Processing Instructions target name.
|
XML Processing Instruction
|
Contents of Processing Instructions, not including target name.
|
XML Text
|
Plain text element content.
|
XSLT Keyword
|
XSLT element names.
|