[Haskell-cafe] (automatically) adding import statements in vim

Adam Bergmark adam at bergmark.nl
Sun Dec 29 17:39:30 UTC 2013


Hi,

You may also be interested in Halberd[1][2] which uses hs-gen-iface[3] to
do automatically insert missing imports by finding modules with the desired
names. It does not have a vim plugin yet, but I imagine a simplistic one
should be easy to make.

Cheers,
Adam

[1] https://github.com/haskell-suite/Halberd
[2] http://hackage.haskell.org/package/halberd
[3] http://hackage.haskell.org/package/hs-gen-iface


On Thu, Dec 26, 2013 at 11:38 AM, Daniel Trstenjak <
daniel.trstenjak at gmail.com> wrote:

>
> Hi,
>
> I've just pushed the first versions of:
> https://github.com/dan-t/hsimport
> https://github.com/dan-t/vim-hsimport
>
> So there're certainly still some rough edges.
>
>
> Greetings,
> Daniel
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20131229/c992d224/attachment.html>


More information about the Haskell-Cafe mailing list