configuration-as-code-plugin
configuration-as-code-plugin copied to clipboard
[Epic] support IDE autocompletion
From live data model we can generate JSON schema, but we could as well generate IDE-specific grammar files to make yaml edition easier with auto-completion error detection.
- [ ] Atom : https://github.com/atom/autocomplete-plus/wiki/Autocomplete-Providers
- [ ] Visual Studio Code : https://code.visualstudio.com/docs/extensionAPI/language-support
- [ ] InteliJ idea :
- [ ] Eclipse :
- [ ] NotePad++ : ?
- [ ] Emacs : ?
- [ ] Vim : ?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
CC @sladyn98 who works on VS Code