Sometimes Action View tag helpers can get a bit confusing, especially when you're trying to figure out what the exact HTML output will look like.

Herb can now analyze Action View tag helpers and show you what they evaluate to, right on hover in the Herb Language Server.

You can also convert between tag helpers and HTML in-place with a single click.

Also, this understanding can be used by the `Herb::Engine` to optimize which parts of the template can be precompiled as most of it is effectively static HTML.
I guess we can also show the method signature and a link to the docs too:
@marcoroth next enhancement is to detect if they are on a sufficiently modern Ruby and drop `id: id` to just `id` in the second block. 😁 this looks amazing though.
@silent_e I think RubCop already has a rule for this, but sadly we cannot run it on the ERB blocks as easily yet. Definitely planned though.