Replies: 6 comments 3 replies
|
Oops, there is a "Run to cursor"... |
0 replies
|
Don't know why, but "Run to cursor" only applies to the f# project (set as startup project) but not a fsx script?! |
0 replies
|
I think run to cursor is a debugger feature in VS. |
1 reply
|
For evaluation in FSI, I believe a more general concept of extending the selection up and down, to cover top level constructs, through key bindings, followed by the usual "Execute In Interactive" would make more sense than one that re-evaluates always from the top to the cursor. |
0 replies
|
In VS you can do "expand selection to containing block" with |
2 replies
|
Ctrl Shift Home is the one!! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When executing fsx, we usually need to scroll to first line and go back to the last line to execute the selection... Could we add a function to directly execute from first line to the line of the cursor position?
All reactions