yaml / yamlscript

Programming in YAML
MIT License
382 stars 31 forks source link

VSCode support for YAMLScript #132

Open ingydotnet opened 3 months ago

ingydotnet commented 3 months ago

It would be good to have a complete developer IDE experience for YAMLScript like Calva provides for Clojure.

Likely requires #133 completion.

PEZ commented 3 months ago

With #138, Calva will be able to help, and a dedicated extension may also be able to get pretty far. For a very long time Calva did not have an LSP server.

ingydotnet commented 3 months ago

With #138, Calva will be able to help, and a dedicated extension may also be able to get pretty far. For a very long time Calva did not have an LSP server.

Good to know. Thanks @pez