-
Notifications
You must be signed in to change notification settings - Fork 213
Description
#761 introduced the ability to navigate from usages of properties using the @Value
annotation to the definition of those properties in e.g. application.properties
files. If there are multiple locations to navigate to, there is a popup showing up, letting the the user choose to which location to navigate to.
The popup shows Open Declaration - <full URI of the resource>
. At the moment the absolute path of the resource is shown, which results in very long lines and unnecessary information to be shown, since the resource is located in the project or the workspace. We should shorten this line to show only the information that is necessary, e.g. only the path inside of the project or the path from the projects root onwards.
If this is something that needs to be fixed in LSP4E, we should transfer this to LSP4E and fix it there.