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.