idea: tool to suggest adding imports
Daniel Trstenjak
daniel.trstenjak at gmail.com
Sun Mar 20 17:48:55 UTC 2016
Hi John,
for the Haskell source modification part I've written hsimport[1].
For finding a certain symbol in the moduls of the dependencies of
a project, there's the 'findsymbol' command of a more recent hdevtools[2].
There's also vim-hsimport[3] combining the two.
Greetings,
Daniel
[1] https://hackage.haskell.org/package/hsimport
[2] https://hackage.haskell.org/package/hdevtools
[3] https://github.com/dan-t/vim-hsimport
More information about the Glasgow-haskell-users
mailing list