-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use JSON Schema to make IDE support yaml lint and hint. #385
Comments
Cool! |
Issues go stale after 90d of inactivity. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. |
Stale issues rot after 30d of inactivity. |
Feature Request
Describe the feature you'd like:
We can use JSON Schema to make IDE support yaml lint and hint, which can help us avoid some errors on IDE prompts.
Do you have any ideas on how to implement it?(Optional)
We can use jsonschema to automatically generate JSON Schema according to the Go language type definition, and then import the json file into the configuration in the IDE (Such as Goland).
config
json generated
preview
The text was updated successfully, but these errors were encountered: