Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Open
Description
Description
IDE like PHPStorm have a great support for Yaml validation against aJSON schema.
Code completion
For example, you can use code completion for YAML documents that have theJSON schema, or you can complete anchor aliases.
The idea is to generate aschema.json
from all the allowed configuration.
Example
I created aJSON schema manually forYaml files and this was a pleasant experience to have autocompletion and errors directly highlighted in PHPStorm.