LanguagePreferences Properties
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | AutoListMembers | Gets or sets whether members are automatically listed as part of IntelliSense support. |
![]() | AutoOutlining | Gets or sets whether or not auto-outlining is supported outlining (this requires parser support for hidden regions). |
![]() | CodeSenseDelay | Gets or sets the number of milliseconds the user must hold the cursor over an identifier before initiating any IntelliSense operation. |
![]() | CutCopyBlankLines | Gets or sets whether to include spaces on blank lines when cutting and copying. |
![]() | EnableAsyncCompletion | Gets or sets if background parsing is supported. |
![]() | EnableCodeSense | Gets or sets whether or not IntelliSense is supported. |
![]() | EnableCommenting | Gets or sets whether or not blocks of code can be commented and uncommented. |
![]() | EnableFormatSelection | Gets or sets whether or not code can be formatted. |
![]() | EnableLeftClickForURLs | Gets or sets whether or not URLs in the code can be navigated to by a simple click. |
![]() | EnableMatchBraces | Gets or sets whether or not matching braces are supported. |
![]() | EnableMatchBracesAtCaret | Gets or sets whether or not matching braces can be shown while typing a matching brace. |
![]() | EnableQuickInfo | Gets or sets whether or not the IntelliSense Quick Info operation is supported. |
![]() | EnableShowMatchingBrace | Gets or sets whether or not the text included in the span of the matching pair is shown in the status bar. |
![]() | HideAdvancedMembers | Gets or sets whether or not advanced members are hidden in the IntelliSense members list. |
![]() | HighlightMatchingBraceFlags | Gets or sets the flags for highlighting matching braces. |
![]() | IndentSize | Gets or sets the number of spaces to indent when formatting source. |
![]() | IndentStyle | Gets or sets the style used for formatting sections of text. |
![]() | InsertTabs | Gets or sets whether or not to insert tabs instead of spaces when formatting sections of text. |
![]() | LanguageName | Gets or sets the name the language service is registered under. |
![]() | LineNumbers | Gets or sets whether or not line numbers are to be shown. |
![]() | MaxErrorMessages | Gets or sets the maximum number of error messages that can be shown at any one time. |
![]() | MaxRegionTime | Gets or sets the maximum region time. |
![]() | ParameterInformation | Gets or sets whether or not the IntelliSense method tip operation is supported. |
![]() | ShowNavigationBar | Gets or sets whether or not drop-down bars are to be shown. |
![]() | Site | Gets or sets the service provider. |
![]() | TabSize | Gets or sets the number of spaces a single tab covers. |
![]() | VirtualSpace | Gets or sets whether or not the editor should assume spaces at the end of all lines. |
![]() | WordWrap | Gets or sets whether or not word wrapping is enabled. |
![]() | WordWrapGlyphs | Gets or sets whether or not a glyph should be shown for a line that is word-wrapped. |

