Reputation: 51
Is there way to filter only method calls on code map when you select a method and click "Show Methods this calls"? When I only check "Methods" in code map filter, it also shows getters and setters along with method name. I understand technically they are methods(get and set) but the diagram gets super cluttered with these getters & setters. How do we get rid of them and only show true C# Methods?
Upvotes: 1
Views: 497
Reputation: 51
I figured out eventually. In order for this solution to work you must select select "Skip Build" option.
You will see only methods :) Much better.
Upvotes: 1