"Go To -> Implementation(s)" goes to import instead of the actual file
已回答
Hi all. When I performed the "Go To -> Implementation(s)" on a parent class such as line 22, I was expecting it would take me to the actual file where the parent class ComponentAlarmsStack resides. However, it just brought me to the imported name on line 6. It was working as expected since longer than I can remember. Then all the sudden it stopped working and just kept sending me to the imported line. Now I have to do "Go To -> Implementation(s)" again on line 6 in order to go to the actual file. Anyone has any ideas? Thanks a lot!

请先登录再写评论。
I created a simple project to test this usage scenario, but unfortunately, I could not replicate this behavior in WebStorm 2023.3.2, Build #WS-233.13135.92. Please review my example and modify it so the issue is reproduced there. Alternatively, you can simplify and share your code. I will research it and follow up with you.
I have the same problem. I noticed that it only happens with entities imported from a module (path starting with @) and not with relative paths.
This most likely means that the actual module definition can't be resolved.
Do you have a sample project you can share that reproduces the issue?