Albert Tregnaghi
Albert Tregnaghi
Hmm... https://github.com/garethr/kubernetes-json-schema exists but no special one for yaml. JSON seems to be readable by yaml parsers https://eli.thegreenplace.net/2008/11/22/json-yaml-but-yaml-json So... kuberentes schemas availble as json shall be adaptable to yaml file...
Link to json schema website: https://json-schema.org/
Further links : https://github.com/jimblackler/jsonschemafriend
Hmmm.... this looks very nice: https://github.com/java-json-tools/json-schema-validator is good supported, works with jackson and is also working with JSON an YAML.
Schemafiles should be very simple to assign: a) context menu "Set Yaml/JSON Schema" b) main toolbar via a dedicated button/command There shall a dialog appear with a) List of all...
Sorry, but I do not exactly understand what is meant by the description. What I (hopefully) understand: - Your are using yamllint - You would like to have a yaml...
Is there an external formatter tool which could do the job? Inside bash editor we got an external formatter option, see https://github.com/de-jcup/eclipse-bash-editor/issues/117 which can call any external formatter - per...
This is strange - I compile all plugins with `1.8` and also for yaml editor plugin:  After downloading https://github.com/de-jcup/update-site-eclipse-yaml-editor/blob/main/update-site/plugins/de.jcup.yamleditor_1.7.0.jar When extracting /META-INF/MANIFEST.MF I got ``` Manifest-Version: 1.0 ... Bundle-RequiredExecutionEnvironment:...
By the way: You can run eclipse with another JDK/JRE and your project JDK can be completely different .
Ahem. I am not sure what you are exactly suggesting. This is a yaml-editor plugin suitable for files normally ending with `*.yml `or `*.yaml` and containing YAML content. Looking at...