LanguagePreferences Properties

 

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

NameDescription
System_CAPS_pubpropertyAutoListMembers

Gets or sets whether members are automatically listed as part of IntelliSense support.

System_CAPS_pubpropertyAutoOutlining

Gets or sets whether or not auto-outlining is supported outlining (this requires parser support for hidden regions).

System_CAPS_pubpropertyCodeSenseDelay

Gets or sets the number of milliseconds the user must hold the cursor over an identifier before initiating any IntelliSense operation.

System_CAPS_pubpropertyCutCopyBlankLines

Gets or sets whether to include spaces on blank lines when cutting and copying.

System_CAPS_pubpropertyEnableAsyncCompletion

Gets or sets if background parsing is supported.

System_CAPS_pubpropertyEnableCodeSense

Gets or sets whether or not IntelliSense is supported.

System_CAPS_pubpropertyEnableCommenting

Gets or sets whether or not blocks of code can be commented and uncommented.

System_CAPS_pubpropertyEnableFormatSelection

Gets or sets whether or not code can be formatted.

System_CAPS_pubpropertyEnableLeftClickForURLs

Gets or sets whether or not URLs in the code can be navigated to by a simple click.

System_CAPS_pubpropertyEnableMatchBraces

Gets or sets whether or not matching braces are supported.

System_CAPS_pubpropertyEnableMatchBracesAtCaret

Gets or sets whether or not matching braces can be shown while typing a matching brace.

System_CAPS_pubpropertyEnableQuickInfo

Gets or sets whether or not the IntelliSense Quick Info operation is supported.

System_CAPS_pubpropertyEnableShowMatchingBrace

Gets or sets whether or not the text included in the span of the matching pair is shown in the status bar.

System_CAPS_pubpropertyHideAdvancedMembers

Gets or sets whether or not advanced members are hidden in the IntelliSense members list.

System_CAPS_pubpropertyHighlightMatchingBraceFlags

Gets or sets the flags for highlighting matching braces.

System_CAPS_pubpropertyIndentSize

Gets or sets the number of spaces to indent when formatting source.

System_CAPS_pubpropertyIndentStyle

Gets or sets the style used for formatting sections of text.

System_CAPS_pubpropertyInsertTabs

Gets or sets whether or not to insert tabs instead of spaces when formatting sections of text.

System_CAPS_protpropertyLanguageName

Gets or sets the name the language service is registered under.

System_CAPS_pubpropertyLineNumbers

Gets or sets whether or not line numbers are to be shown.

System_CAPS_pubpropertyMaxErrorMessages

Gets or sets the maximum number of error messages that can be shown at any one time.

System_CAPS_pubpropertyMaxRegionTime

Gets or sets the maximum region time.

System_CAPS_pubpropertyParameterInformation

Gets or sets whether or not the IntelliSense method tip operation is supported.

System_CAPS_pubpropertyShowNavigationBar

Gets or sets whether or not drop-down bars are to be shown.

System_CAPS_protpropertySite

Gets or sets the service provider.

System_CAPS_pubpropertyTabSize

Gets or sets the number of spaces a single tab covers.

System_CAPS_pubpropertyVirtualSpace

Gets or sets whether or not the editor should assume spaces at the end of all lines.

System_CAPS_pubpropertyWordWrap

Gets or sets whether or not word wrapping is enabled.

System_CAPS_pubpropertyWordWrapGlyphs

Gets or sets whether or not a glyph should be shown for a line that is word-wrapped.

Return to top
Show: