Improve this Doc
View Source
Inheritance
System.Object
ServerCapabilities
Namespace:Microsoft.SqlTools.ServiceLayer.Hosting.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
public class ServerCapabilities
Properties
|
Improve this Doc
View Source
Declaration
public CompletionOptions CompletionProvider { get; set; }
|
Improve this Doc
View Source
Declaration
public bool ? DefinitionProvider { get; set; }
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool ? DocumentHighlightProvider { get; set; }
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool ? DocumentSymbolProvider { get; set; }
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool ? HoverProvider { get; set; }
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool ? ReferencesProvider { get; set; }
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public SignatureHelpOptions SignatureHelpProvider { get; set; }
|
Improve this Doc
View Source
TextDocumentSync
Declaration
public TextDocumentSyncKind? TextDocumentSync { get; set; }
|
Improve this Doc
View Source
Declaration
public bool ? WorkspaceSymbolProvider { get; set; }
| Type |
Description |
| System.Nullable<System.Boolean> |
|