All the feature toggles for the language service features currently exist in Capabilities. This will not change but we should introduce new CompletionCapabilities and CompletionItemCapabilities to make it easier to toggle things on and off without having to go really deep in Capabilities.
All the feature toggles for the language service features currently exist in
Capabilities
. This will not change but we should introduce newCompletionCapabilities
andCompletionItemCapabilities
to make it easier to toggle things on and off without having to go really deep inCapabilities
.