visual studio - Sending code to the F# interactive console -
It is possible to send highlights code directly to the F # interactive console in Visual Studio 2008 by pressing Alt + Enter on the keyboard, which is actually very Is it equally possible that at the same time, the content of one, many or all files in the project for the F # Interactive Console be sent? My intention is to interactively test my code already, but this time the file I'm working on depends on the code in other files in that project. If I am asking about it then it is not the most effective way of doing so, so I appreciate the explanation about it. =]
Thanks!
There is nothing directly to do this, but
- you One file can be "
Comments
Post a Comment