SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Class IntelliSenseSettings

Class for serialization and deserialization of IntelliSense settings

Inheritance
System.Object
IntelliSenseSettings
Namespace:Microsoft.SqlTools.ServiceLayer.SqlContext
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class IntelliSenseSettings

Constructors

| Improve this Doc View Source

IntelliSenseSettings()

Initialize the IntelliSense settings defaults

Declaration
public IntelliSenseSettings()

Properties

| Improve this Doc View Source

EnableErrorChecking

Gets or sets a flag determining if diagnostics are enabled

Declaration
public bool ? EnableErrorChecking { get; set; }
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

EnableIntellisense

Gets or sets a flag determining if IntelliSense is enabled

Declaration
public bool EnableIntellisense { get; set; }
Type Description
System.Boolean
| Improve this Doc View Source

EnableQuickInfo

Gets or sets a flag determining if quick info is enabled

Declaration
public bool ? EnableQuickInfo { get; set; }
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

EnableSuggestions

Gets or sets a flag determining if suggestions are enabled

Declaration
public bool ? EnableSuggestions { get; set; }
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

LowerCaseSuggestions

Gets or sets a flag determining if built-in suggestions should be lowercase

Declaration
public bool ? LowerCaseSuggestions { get; set; }
Type Description
System.Nullable<System.Boolean>

Methods

| Improve this Doc View Source

Update(IntelliSenseSettings)

Update the Intellisense settings

Declaration
public void Update(IntelliSenseSettings settings)
Parameters
Type Name Description
IntelliSenseSettings settings
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX