no string.format highlighting when extensions are installed
Answered
hello, I am using Resharper 2016.3.2 and I noticed a strange behavior with string.format highlighting.
it seems that installing certain extensions (e.g. the newest implicit nullability or the heap allocation viewer) causes the string.format parameters highlighting to disappear and revert to the colorless VS standard.
is there a possible workaround to get it back?
thanks,
Luca
Please sign in to leave a comment.
Luca,
I was able to get the same behavior in VS2013 when "Heap Allocation Viewer" plugin is installed to ReSharper. So please file a new issue to https://github.com/controlflow/resharper-heapview repo.
Thanks!
Hello Luca,
What highlighting are you talking about? I installed "implicit nullability" or "heap allocation viewer" exceptions but it seems OK for me.
Thanks!
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.
If I then install the above mentioned extensions this behavior disappears.