Auto-completion support
Auto-completion support has been added for codify.json
and codify.yaml
files in popular editors
such as vscode
, all Jetbrains IDEs, sublime
, emacs
, neovim
and Android Studios
.
For Jetbrains IDEs including Android Studios
, auto-completion works out of the box without additional
configuration. For other editors, a plugin for schemastore
may need
to be installed in order for auto-completion to work.
See the documentation on how to set this up.
Behind the scenes, auto-completion is powered by JSON Schema and it works for all resource configs within the core plugin. The raw JSON Schema file is hosted here and can be used in any editor that supports it.
Cheers and enjoy!