-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigation / Historical Behaviors have changed / Round 3 / Umbrella #539
Comments
Can you please open 1 separate ticket for each issue, with a title focusing on the actual issue, ie "value of property not shown when property is defined out of workspace" ? |
eliasbalasis
changed the title
Navigation / Historical Behaviors have changed / Round 3
Navigation / Historical Behaviors have changed / Round 3 / Umbrella
Jan 9, 2024
This relates to #540 |
This relates to #541 |
This relates to #542 |
This relates to #543 |
Thanks! |
This relates to #546 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Eclipse 2023-09 with latest m2e 2.4.0 installed which still carries lemminx-maven 0.10.1 but seems to be fixing #513
the value of Maven properties, inherited from ancestor artifacts not in the workspace but still resolvable, are not displayed while hovering.
This is contrary to historical behavior.
However, only when the ancestor artifact is imported into the Eclipse workspace the value is displayed.
Also, in Eclipse 2023-12, carrying lemminx-maven 0.11.0 and m2e 2.5.0 the XML Language Server times out when hovering over any dependency or Maven property and Ctrl+Click has stopped working again.
Could not get hover region due to timeout after 1000 milliseconds
Could not get hover information due to timeout after 1000 milliseconds
It seems m2e 2.5.0 has broken all the previously fixed behaviors.
On top of this, I am discovering the following:
1.
Java properties are not resolved in the Maven editor (for example "fille.separator")
This is contrary to historical behavior.
2.
When Maven properties, inherited from ancestor modules are changing in the Eclipse workspace the value is not updated when hovering over a reference to the changed Maven property.
This is contrary to historical behavior.
The text was updated successfully, but these errors were encountered: