bobbylight / AutoComplete

A code completion library for Swing text components, with special support for RSyntaxTextArea.
BSD 3-Clause "New" or "Revised" License
166 stars 55 forks source link

Add JSON schema based auto-completion support #86

Open forgedhallpass opened 2 years ago

forgedhallpass commented 2 years ago

A really nice addition would be to add support for JSON schema based auto-completion. This could potentially enable out-of-the-box auto-completion for hundreds of languages, DSLs, config files etc.

Central collection of such schemas can be found at https://www.schemastore.org/json

Some examples of such support can be found in multiple IDEs and editors:

p.s. I would mostly be interested in using it for YAML files