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

Feature: Allow type inference of complete expressions #63

Closed alaendle closed 6 years ago

alaendle commented 6 years ago

Just select the expression in the text editor and hover over it. Very simple solution for the start; for sure this could be improved; e.g. allow multi-line selections.

A picture is worth a thousand words: grafik

martrik commented 6 years ago

@alaendle Thanks a lot for the PR! It's a very useful little feature. We've published a new version 0.4.29 that includes it.