-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
Not criticalWould be nice to fix, but not critical.Would be nice to fix, but not critical.enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Is your feature request related to a problem? Please describe.
Currently, YAML config files are not understood by YAML language servers, and hence auto completion or type checking are not possible when editing config files.
It is really cooooool to have auto completion in yaml, right? I believe it will improve user experience greatly.
Describe the solution you'd like
Provide a new API to export json schema
parser.export_schema(path='path/to/schema.json')
And then I can manually configure my YAML language server (in VSCode, for example) using schema.json
lebrice
Metadata
Metadata
Assignees
Labels
Not criticalWould be nice to fix, but not critical.Would be nice to fix, but not critical.enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed