Clicking MP config props link in hover opens file:///...
URL in browser rather than opening file in IDE source editor
#191
Labels
bug
Something isn't working with the product
With the MP LS hover support for config props, hovering over the 'name' attribute String value pops up help text that appears to read like Javadoc-style info, with a file URL link.
E.g. I might see something like:
where META-INF/microprofile-config.properties is hyperlinked to a URL:
file:///<path-to-proj-home>/src/main/resources/META-INF/microprofile-config.properties
.If I click on this it opens the file in a browser. However it would be more useful to open in the IDE editor.
Assuming this would likely need to be addressed in the LSP4MP source though not knowing for sure, it is conceivable at least there might be an Eclipse preference that could be relevant.
Opened here to track until we open an issue with LSP4MP
The text was updated successfully, but these errors were encountered: