Codify is currently in Beta! Please report any bugs here

New codify.json auto-completion support

Published: at 11:36 AM

Auto-completion support

Auto-completion example picture

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!