[Haskell-cafe] What features should an (fictitious) IDE for Haskell have?
Joachim Durchholz
jo at durchholz.org
Tue Dec 1 08:44:58 UTC 2020
I'm surprised nobody is looking at what's already there.
Haskell does have langserver support, which means it's easy to have a
plugin in any modern IDE that does code completion, cross-referencing,
on-the-fly diagnostics and such.
The more interesting question is: What's missing in the plugins for the
popular IDEs?
Am 30.11.20 um 21:34 schrieb Gueven Bay via Haskell-Cafe:
> Greetings,
>
> Imagine that you can decide what functionality and features an
> Integrated Development Environment for Haskell should get. You can
> make this IDE with your wishlist similar in power as other IDEs for
> Java for example.
>
> Now list as many features as you can, what would make the life of a
> Haskell developer as comfortable as possible!?
>
> I am dying to know how this list of features at the end (of this
> thread) will look like.
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.
>
More information about the Haskell-Cafe
mailing list