-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Does ace JSON editor support auto-complete based on JSON schema? #3885
Comments
Here is https://github.com/mkosieradzki/ace the basic version. I am making changes to support all different cases. Once I am done I will request for pull. |
@arjunballa any progress on this? maybe I will need to implementing this feature, so maybe I can help you with this. |
@LouizFC I made lot of progress. The only feature pending is inline validations. I handled some inline validation cases but I did not handle compound validations. I am reviewing https://ajv.js.org/ framework to see if I can integrate it and show errors inline. |
I need to get permission from my company to commit. I can commit what I have over the weekend if I get permission and request a pull. |
Hi @arjunballa, Did you create the pull request? |
hello, any progress on this? |
Hi, was this ever completed? |
@arjunballa this would be great to have if you can open source this! |
@arjunballa any updates on this? |
I would also appreciate this feature. A short update on the status would be great. |
I ended up replacing ace with monaco-editor for this feature 😞 |
Ace linters supports auto-complete and error checking based on a JSON schema. After setting up the ace-linters
We don't see JSON schema's going to be directly integrated with ACE. More information at: https://github.com/mkslanc/ace-linters/wiki/Configuring-Ace-linters-with-JSON-language-service |
Can I feed a json shema to ace editor and have it support auto-complete suggestion based on schema?
The text was updated successfully, but these errors were encountered: