quarkiverse / quarkus-web-bundler

Create full-stack web apps quickly and easily with this Quarkus extension. It offers zero-configuration bundling for your web app scripts (JS, JSX, TS, TSX), dependencies (jQuery, React, htmx, etc.), and styles (CSS, SCSS, SASS).
Apache License 2.0
16 stars 9 forks source link

Make the links of source open in IDE #236

Open phillip-kruger opened 3 weeks ago

phillip-kruger commented 3 weeks ago

See https://github.com/quarkusio/quarkus/issues/40929

Basically, use the ide link component

phillip-kruger commented 3 weeks ago

https://quarkus.io/guides/dev-ui#ide-link

phillip-kruger commented 3 weeks ago

This needs some work in the IDE component in vertx-http (dev ui resources). At the moment the component expects a file in this format (x.y.z.FileName) for file in src/x/y/z/FileName.java. We need to enhance to support file names from root with / and file ext.