Introducing Herb Language Server and Visual Studio Code Extension
As a next step for Herb, I’m happy to share that I’ve just released the first version of the Herb Language Server along with a Visual Studio Code extension.
Built on top of Herb’s HTML-aware ERB parser, this makes it possible to bring proper diagnostics, instant feedback, and structural awareness to .html.erb files directly inside your editor.
The goal with this release is to make it easier for people to actually use and stress-test the parser in real-world projects, and hopefully uncover any remaining edge cases that need fixing.
Post a comment