We have JSON Schema for metadata (about 99% coverage) plus for route files and some layout files. See schema files here.
It provides validation, autocomplete and documentation when editing JSON files in the IDE or editor that supports JSON Schema.
Mappings for PHPStorm/WebStorm and VSCode are available in the Espo repository (no configuration needed).
Also available in the ext-template repository. It's possible to apply the schema mapping for existing custom extensions. See for Intellij, for Vscode.
It provides validation, autocomplete and documentation when editing JSON files in the IDE or editor that supports JSON Schema.
Mappings for PHPStorm/WebStorm and VSCode are available in the Espo repository (no configuration needed).
Also available in the ext-template repository. It's possible to apply the schema mapping for existing custom extensions. See for Intellij, for Vscode.
Comment