haskelly-dev / Haskelly

Haskelly is a VS Code extension that provides complete support for casual and expert Haskell development.
https://marketplace.visualstudio.com/items?itemName=UCL.haskelly
GNU General Public License v3.0
152 stars 17 forks source link

Type hover on keyboard shortcut? #68

Closed isheff closed 6 years ago

isheff commented 6 years ago

Type hover is nice. Is it possible to make a keyboard shortcut trigger that? Setting one for "Peek Type Definition" doesn't seem to do the trick.

martrik commented 6 years ago

Hello @isheff, sorry for the late reply. This is supported out of the box by VS Code using the shortcut ⌘K⌘I. We hope this helps :D