You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A product I work on recently upgraded from Eclipse 4.23 (Java 11) -> 4.31 (Java 17), along with updating to the latest java 17 version for all of the plugins that we can, including the Generic Eclipse Editor and LSP4E which we use to implement language server-based editors. After the updates, our editors are no longer showing the "Find References" option in the context/right-click menu, but they do show a new option to "Open Call Hierarchy" which is disabled and not of particular use for the languages we're creating editors for anyway.
Has anyone experienced an issue like this, or have any idea why it might be happening? I'll post the before and after of the context menus:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A product I work on recently upgraded from Eclipse 4.23 (Java 11) -> 4.31 (Java 17), along with updating to the latest java 17 version for all of the plugins that we can, including the Generic Eclipse Editor and LSP4E which we use to implement language server-based editors. After the updates, our editors are no longer showing the "Find References" option in the context/right-click menu, but they do show a new option to "Open Call Hierarchy" which is disabled and not of particular use for the languages we're creating editors for anyway.
Has anyone experienced an issue like this, or have any idea why it might be happening? I'll post the before and after of the context menus:
Before and After:
Beta Was this translation helpful? Give feedback.
All reactions