When reading the source code of a project, Show call hierarchy is very useful tool to get the flow of code. But for a project with lots of test code, it's very hard to get the real flow, since we need to click reference one by one to take a look at the code:

I notice we already have the option to exclude test code from references: #16441
Maybe we should also exclude test references when this option is enabled, now we need to add a new option?
When reading the source code of a project,
Show call hierarchyis very useful tool to get the flow of code. But for a project with lots of test code, it's very hard to get the real flow, since we need to click reference one by one to take a look at the code:I notice we already have the option to exclude test code from references: #16441
Maybe we should also exclude test references when this option is enabled, now we need to add a new option?