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
It also works for me upstream. I tried with Eclipse 4.25 (2022-09) & 4.26 (2022-12) making sure to install the corresponding version of M2E support. I noticed 4.25 didn't recognize the project as Maven but did detect it on build (and added the correct decorations in the package explorer).
If it's reproducible in vscode-java every time, then let's start with that and see where things are going wrong.
Environment
Steps To Reproduce
Steps To Reproduce
I have created a public repo so that the issue is easily reproducible:
step1: clone this repo:
step2: run mvn clean install
-->no issue
step 3: open the project in vscode
step4: open class called
First
and performshow type hierarchy
--> The error is that vscode does not show
Second
as a subclass ofFirst
AND IT SHOULD!Step 5: move
Second.java
to the same folder thanFirst.java
and perform ashow type hierarchy
onFirst.java
--> This time the hierarchy is correct.
Type hierarchy works on a single maven module but not on multimodules.
Here is gif
The text was updated successfully, but these errors were encountered: