How to differentiate between classes via class search in multi a multi Angular project?
Answered
Hello,
I have a multi Angular project, or let's call it "monorepo". It contains similar applications that share different components with the same name. All of them have an AppComponent.
I created a sample project. When I open the class search and search for `AppComponent` I get multiple results for it but I cannot differentiate between them. See:

The only way to do that is to use the file search. Is there any way to fix this or get more info?
Thanks and best regards,
Christian
Please sign in to leave a comment.
Hello, it should be fixed in 2020.1: https://youtrack.jetbrains.com/issue/WEB-41913.
Thank you!