rcjsuen / dockerfile-language-service

Dockerfile language service for providing an API to create feature-rich Dockerfile editors in JavaScript.
MIT License
16 stars 2 forks source link

Create new CompletionCapabilities and CompletionItemCapabilities to make it easier to add new features #71

Closed rcjsuen closed 4 years ago

rcjsuen commented 4 years ago

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.