Difference between revisions of "Editors"

From HaskellWiki
Jump to navigation Jump to search
m
(Kate has win&mac versions now (+some http -> https))
Line 7: Line 7:
 
Multi-platform
 
Multi-platform
 
* [https://atom.io/ Atom]
 
* [https://atom.io/ Atom]
* [http://www.gnu.org/software/emacs/ Emacs]
+
* [https://www.gnu.org/software/emacs/ Emacs]
* [http://www.geany.org/ Geany]
+
* [https://www.geany.org/ Geany]
** [http://haskell.github.io/haskell-mode/manual/latest/ Haskell Mode]
+
** [https://haskell.github.io/haskell-mode/manual/latest/ Haskell Mode]
 
** Integration with [[Hugs]]
 
** Integration with [[Hugs]]
 
* [http://www.jedsoft.org/jed/ Jed]
 
* [http://www.jedsoft.org/jed/ Jed]
Line 15: Line 15:
 
* [http://www.nedit.org/ Nedit]
 
* [http://www.nedit.org/ Nedit]
 
* [http://www.sublimetext.com/ Sublime Text] (proprietary)
 
* [http://www.sublimetext.com/ Sublime Text] (proprietary)
* [http://www.vim.org/ Vim]
+
* [https://www.vim.org/ Vim]
** [http://www.vim.org/scripts/script.php?script_id=2356 Superior Haskell Interaction Mode]
+
** [https://www.vim.org/scripts/script.php?script_id=2356 Superior Haskell Interaction Mode]
 
* [https://code.visualstudio.com/ Visual Studio Code] (with Haskell extension)
 
* [https://code.visualstudio.com/ Visual Studio Code] (with Haskell extension)
 
* [[Yi]] (work in progress; no binaries yet)
 
* [[Yi]] (work in progress; no binaries yet)
  +
* [https://kate-editor.org/ Kate] (KDE-based, originally for *nix, preview versions for win & mac)
 
Linux
 
Linux
* [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

Revision as of 06:54, 12 April 2018


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