I came from the lisp background, where I could enter fragments on the command line during coding, to make sure that for the first time I get a small piece of code. It is great for testing string formatting, simple math calls, etc. Without having to recompile the entire project to check for small changes.
Is there a function or add-in in visual studio 2010 to get this type of function, for example, a viewport that runs when you are not actually running the program?
source
share