How to evaluate expression in Resharper as IntellijIdea (Alt + F8)

I want to evaluate the expression at runtime in VS2012 debug mode. I have Resharper8 installed.

IntellijIdea provides this feature in JAVA debugging mode. In this case, we can select the expression of the full value code and Alt + f8.

Or in Eclipse We can have Debug> Display to evaluate the execution time of expressions.

Everything that is available as part of the VS2010 or Resharper functions.

+3
source share
1 answer

Use the viewport. Highlight the code, right-click and select "quick view" or "add hours."

+3
source

All Articles