Talk:IDEs

From HaskellWiki
Revision as of 07:46, 1 September 2013 by Jdgallag (talk | contribs) (→‎Sublime: new section)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Visual Haskell (Visual Studio integration) inactive for long time

This article talks about how Visual Haskell is this awesomely complete IDE; whereas, now in 2012, the link http://www.haskell.org/visualhaskell doesn't work and some searching around the web indicates that it is not working for the current or even the previous Visual Studio version, maybe wasn't even completed. I was not able to find a project page. Does anybody know more? If no response in the next 7 days I'm just going to replace the paragraph with "There's currently no integration with Visual Studio" --Tobster 17:58, 25 August 2012 (UTC)

Sublime

The Haskell mode for Sublime is amazing. It can do everything EclipseFP can -- i.e. it runs a build system through cabal configure, and cabal build. You can also run the application, and interact with it -- run tests!! Also the editing features in Sublime are pretty good too. It will match symbols across files (which EclipseFP cannot do). It uses ghc-mod, hsdevtools, cabal-dev, and other tools, and its use of Cabal puts it ahead of the emacs mode for haskell!

That said, EclipseFP is pretty nice too. Both of these should be promoted.

Visual Haskell and Leksah should be demoted.