Difference between revisions of "Editors"

From HaskellWiki
Jump to navigation Jump to search
m
(14 intermediate revisions by 10 users not shown)
Line 1: Line 1:
 
[[Category:Tools]]
 
[[Category:Tools]]
   
  +
''For detailed information on Haskell IDEs, see [[IDEs]].''
This page lists Haskell-aware editors. It is currently broken into IDEs (editing plus project management) and customizations for Haskell syntax highlighting and formatting support in text editors. [[User:DavorC|DavorC]] 03:04, 17 February 2006 (UTC)
 
   
 
This page lists Haskell-aware editors with support for Haskell syntax highlighting and formatting support in text editors, grouped by platform.
== Integrated Development Environments ==
 
 
* [http://eclipsefp.sourceforge.net/ Eclipse]
 
* Visual Haskell
 
* [[Leksah]]
 
* KDevelop
 
* [[hIDE]]
 
* [http://www.cs.kent.ac.uk/projects/heat/ HEAT:] An Interactive Development Environment for Learning & Teaching Haskell
 
 
== Syntax highlighting and formatting support ==
 
   
 
Multi-platform
 
Multi-platform
  +
* [https://atom.io/ Atom]
 
* [http://www.gnu.org/software/emacs/ Emacs]
 
* [http://www.gnu.org/software/emacs/ Emacs]
 
* [http://www.geany.org/ Geany]
** [[Haskell mode for Emacs |Haskell mode]]
 
  +
** [http://haskell.github.io/haskell-mode/manual/latest/ Haskell Mode]
 
** Integration with [[Hugs]]
 
** Integration with [[Hugs]]
 
* [http://www.jedsoft.org/jed/ Jed]
  +
* [http://www.activestate.com/komodo-edit Komodo Edit]
 
* [http://www.nedit.org/ Nedit]
  +
* [http://www.sublimetext.com/ Sublime Text] (proprietary)
 
* [http://www.vim.org/ Vim]
 
* [http://www.vim.org/ Vim]
 
** [http://www.vim.org/scripts/script.php?script_id=2356 Superior Haskell Interaction Mode]
 
** [http://www.vim.org/scripts/script.php?script_id=2356 Superior Haskell Interaction Mode]
  +
* [https://code.visualstudio.com/ Visual Studio Code] (with Haskell extension)
* [http://www.nedit.org/ Nedit]
 
  +
* [[Yi]] (work in progress; no binaries yet)
* [http://www.jedsoft.org/jed/ Jed]
 
 
Linux
 
Linux
 
* [http://kate-editor.org/kate Kate (KDE)]
 
* [http://kate-editor.org/kate Kate (KDE)]
 
* [http://www.scintilla.org/SciTE.html SciTE] (Also see these [[Tips for using SciTE with Haskell|tips]])
 
* [http://www.scintilla.org/SciTE.html SciTE] (Also see these [[Tips for using SciTE with Haskell|tips]])
 
Windows
 
Windows
* [http://www.sublimetext.com/ Sublime Text]
 
 
* [http://www.textpad.com/ Textpad]
 
* [http://www.textpad.com/ Textpad]
 
* [http://notepad-plus.sourceforge.net Notepad++]
 
* [http://notepad-plus.sourceforge.net Notepad++]
 
MacOS X
 
MacOS X
 
* [http://www.codingmonkeys.de/subethaedit/ SubEthaEdit]
 
* [http://www.codingmonkeys.de/subethaedit/ SubEthaEdit]
* [http://macromates.com/ TextMate] has a [http://macromates.com/textmate/manual/bundles#installing_a_bundle Haskell bundle]
+
* [http://macromates.com/ TextMate] has a [http://macromates.com/textmate/manual/bundles#installing_a_bundle Haskell bundle], now kept on [https://github.com/textmate/haskell.tmbundle github].
  +
* [http://www.barebones.com/products/bbedit/ BBEdit] and [http://www.barebones.com/products/textwrangler/ TextWrangler] have a [http://code.google.com/p/bbedit-haskell/ codeless language module for Haskell]

Revision as of 01:02, 28 November 2016


For detailed information on Haskell IDEs, see IDEs.

This page lists Haskell-aware editors with support for Haskell syntax highlighting and formatting support in text editors, grouped by platform.

Multi-platform

Linux

Windows

MacOS X