Here two newbie questions for VS coders!
-
I’m starting to use HLS’ eval feature in VS Code. It looks like this:
When I click on the text
Evaluate...
, the snippetisPaliWord "racecar"
which I had just typed in is executed. So far so cool.
But how can I issue this via a Keyboard shortcut? It is a bit tedious always to grab the mouse for this… -
Also, has Haskell mode a keyboard shortcut to create a new Haskell file? (Ctrl-n creates only a generic new file which I then on Save have to rename into a
.hs
files…)
Thanks for any help on this!