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 SourceIntelliSenseSettings()
Initialize the IntelliSense settings defaults
Declaration
public IntelliSenseSettings()
Properties
| Improve this Doc View SourceEnableErrorChecking
Gets or sets a flag determining if diagnostics are enabled
Declaration
public bool ? EnableErrorChecking { get; set; }
Type | Description |
---|---|
System.Nullable<System.Boolean> |
EnableIntellisense
Gets or sets a flag determining if IntelliSense is enabled
Declaration
public bool EnableIntellisense { get; set; }
Type | Description |
---|---|
System.Boolean |
EnableQuickInfo
Gets or sets a flag determining if quick info is enabled
Declaration
public bool ? EnableQuickInfo { get; set; }
Type | Description |
---|---|
System.Nullable<System.Boolean> |
EnableSuggestions
Gets or sets a flag determining if suggestions are enabled
Declaration
public bool ? EnableSuggestions { get; set; }
Type | Description |
---|---|
System.Nullable<System.Boolean> |
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 SourceUpdate(IntelliSenseSettings)
Update the Intellisense settings
Declaration
public void Update(IntelliSenseSettings settings)
Parameters
Type | Name | Description |
---|---|---|
IntelliSenseSettings | settings |