controlflow / resharper-heapview

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

Highlight in different color allocation of IDisposable object #30

Open aflament opened 8 years ago

aflament commented 8 years ago

It would be nice to be able to differentiate any allocation of IDisposable object with a different color than other standard object. Thanks a lot.

PS: I know It could be done through R# with the find pattern feature.