We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[Feature Request]: add support for IonSchema files?
You've got the spec and a kotlin parser. It'd be great to have the additional highlighting, and syntax error detection.
Stretch goal: support navigation between types. 🥺
The text was updated successfully, but these errors were encountered:
This would help me validate my data is well formed without having to write code
Sorry, something went wrong.
Please also include support for files with the *.isl file extension. This extension is used in the examples in the Ion spec.
You can already do this by associating .isl file type with Ion plugin.
*.isl
The association suggested by @r0b0ji should be added by default, IMO. This can be done easily, without full ISL support, and still have value.
No branches or pull requests
[Feature Request]: add support for IonSchema files?
You've got the spec and a kotlin parser. It'd be great to have the additional highlighting, and syntax error detection.
Stretch goal: support navigation between types. 🥺
The text was updated successfully, but these errors were encountered: