Hello!
It is possible to send highlighted code directly to the F# interactive console in Visual Studio 2008 by pressing Alt+Enter on the keyboard, which is indeed very useful. Is it possible to in a similar fashion send the contents of one, several or all files in a project to the F# interactive console at the same time? My intent is to test my code interactively, just like before, but this time the code in the file I'm working on is dependant on code in other files in the project. If what I'm asking about isn't the most efficient way to do this, I'd appreciate an explanation of what is. =]
Thank you!