controlflow / resharper-heapview

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

string.format highlighting missing in VS2013 #39

Closed LucaGanio closed 4 years ago

LucaGanio commented 7 years ago

I am using VS2013, R# 2016.3.2 and when I write something like string.Format("{0}", somevalue) the brackets and the reference number are highlighted in green. But if I install the heap allocation extension this behavior disappears.

controlflow commented 7 years ago

Do you have VS2015 also installed on the same machine? Have you tried to reinstall the HeapView plugin?

I was able to reproduce this behavior once, but can't reproduce it again reliably :/

controlflow commented 4 years ago

Seems to be the duplicate of #58