You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check if there is a Language Server for JSON Schema
-> According to the official implementation list, there isn't; nothing found by own search either.
Test existing VS Code JSON Text editor for Schema editing:
Constrain association to the Schema Schema, test it with example Schemas
Test also for Theia
Past information / research:
Edgar:
We are looking for any existing solution for VSCode/Theia that allows editing of JSON schemata, i.e. it should feature autocomplete/IntelliSense, validation etc. For VSCode you can start by having a look at https://code.visualstudio.com/docs/languages/json, but for Theia I don't know of any solution ATM
"So basically the idea is to find a VS Code Schema editor that can be made working in Theia?"
Edgar:
Yes, I think that's one way to put it, although I doubt that you can just take the editor (or its configuration) from VS Code and make it work in Theia too (if that's indeed the case, the better!). Furthermore, for VS Code it would also be interesting to know whether setting the schema-related workspace settings could be set automatically.
Look for existing JSON Schema editors.
-> tangram-js/json-schema-editor, needs Firebase though (=mobile and web application development by Google).
Check if there is a Language Server for JSON Schema
-> According to the official implementation list, there isn't; nothing found by own search either.
Test existing VS Code JSON Text editor for Schema editing:
Constrain association to the Schema Schema, test it with example Schemas
Test also for Theia
Past information / research:
Edgar:
"So basically the idea is to find a VS Code Schema editor that can be made working in Theia?"
Edgar:
Known Software for JSON Schema
EclipseSource Project "Generating JSON Editors based on JSON Schema" by Ahmet Tanakol
Maybe useful:
-> Typescript JSON schema generator
-> For Theia: JSON language service extracted from VSCode to be reused
-> (JSON) Schema Generator
-> JSON Extension for Theia
(Workspace settings Docs:
https://code.visualstudio.com/docs/getstarted/settings
https://code.visualstudio.com/docs/languages/json#_json-schemas-settings)
-> i.e. something like this but for JSON Schema instead of YAML:
Programmatically associate YAML files with schemas by other extensions
-> Sync VSC Settings
The text was updated successfully, but these errors were encountered: