controlflow / resharper-heapview

ReSharper Heap Allocations Viewer plugin
MIT License
303 stars 28 forks source link

Allocations overview #107

Closed rickomax closed 1 year ago

rickomax commented 1 year ago

Can't we have a search function like ReSharper symbol usage search or a "heap allocation overview" which lists all heap allocations inside the file or project?

controlflow commented 1 year ago

You can do this with ordinary ReSharper/Rider functionality - "Find similar issues" feature: image

Or you can use "Find code issues" tool window with grouping enabled: image