quarkus-web-bundler
quarkus-web-bundler copied to clipboard
Make the links of source open in IDE
trafficstars
See https://github.com/quarkusio/quarkus/issues/40929
Basically, use the ide link component
https://quarkus.io/guides/dev-ui#ide-link
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.