VS Code Extension for newly introduced yaml config?

Is there any chance we can get the VS Code Extension not only for DSL, but also for the newly introduced yaml configuration in a future openHAB release?

It’s very handy and fast if you are looking for actual item states (and much more).
It’s the only thing which keeps me from switching to yaml configuration … :innocent:

DSL example:

yaml example:

1 Like

Good point. Imho we just need a json schema and structural highlighting should be there.
We could even upload it to schemastore so that it works across most IDEs.
I’ll definitely look into it in the next couple of days.

5 Likes

It would be cool if it could also syntax-highlight the upcoming substitution patterns in the data!

Is the vscode extension still maintained? Is the maintainer active here on the forums?

If you’re going to tackle this, remember that booleans are just true/false, not on/off/etc.

1 Like

First contribution was here:

Major update was here:

I am not sure, but I don’t think so.

I am afraid tha Kuba is no longer available, he passed away some time ago. @Confectrician is quite busy with other projects atm.

1 Like

:cry:

I have noticed the absence of some previously active forum members and I often wonder what happened.

Schema and hightlighting is available, see

1 Like