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

Support find refs #64

Closed ryu1kn closed 6 years ago

ryu1kn commented 6 years ago

This PR is for issue #62

It allows you to find all references within a module or depending modules.

This PR also includes:

martrik commented 6 years ago

Thanks a lot for the PR! The feature has been included in the version 0.5.0.

ryu1kn commented 6 years ago

Thanks @martrik 👍