Breadcrumbs for open files to help tracing java code

Answered

Hello, I have about 20 microservices in java hosted in the same git repository. These services call each other by REST API and also through JMS messaging. When I trace the code from a method MA in service A, it made a REST call to a method MB in service B (i have to search the uri in the whole repo to find MB and open it up), MB then send a JMS message to a queue QC which has consumer defined in service C (i have to search the queue name in the whole project to find the consumer of the queue QC and open it up). Is there a breadcrumbs or graph showing the files that I opened so that I can go back when my trace reaches a dead end?

0
1 comment

There is a related request at https://youtrack.jetbrains.com/issue/IJPL-7127/Navigation-history-tree .

This feature is not present at the moment.

0

Please sign in to leave a comment.