When I'm coding in F# I can highlight some code in the editor, press Ctrl + Enter and have it be copied and executed in the F# interactive window.
Is there a shortcut I can hit where the currently highlighted code will run in the Node.js interactive window? Can it be implemented?
There's a similar feature in Python Tools for VS so it might be a straight forward port of the code.
Thanks!
Is there a shortcut I can hit where the currently highlighted code will run in the Node.js interactive window? Can it be implemented?
There's a similar feature in Python Tools for VS so it might be a straight forward port of the code.
Thanks!