Tools
Commands in the Tools category.
EvaluateExpression (CSharp)
Evaluate the selected lines of code. Compiles and executes the selection showing a console output with the results.
Usage: (Select Text) eval
Timer (CSharp)
Surround selected lines with code that writes out to the console the time taken to execute those lines of code.
Usage: (Select text) timer
EvaluateExpression (VB.NET)
Evaluate the selected lines of code. Compiles and executes the selection showing a console output with the results.
Usage: (Select Text) eval

