Difference between revisions of "Editors"

From HaskellWiki
Jump to navigation Jump to search
m (Added link to the Windows page)
(nedit.org seems dead; use SourceForge link instead)
(One intermediate revision by one other user not shown)
Line 13: Line 13:
 
* [http://www.jedsoft.org/jed/ Jed]
 
* [http://www.jedsoft.org/jed/ Jed]
 
* [http://www.activestate.com/komodo-edit Komodo Edit]
 
* [http://www.activestate.com/komodo-edit Komodo Edit]
* [http://www.nedit.org/ Nedit]
+
* [https://sourceforge.net/projects/nedit/ Nedit]
 
* [http://www.sublimetext.com/ Sublime Text] (proprietary)
 
* [http://www.sublimetext.com/ Sublime Text] (proprietary)
 
* [https://www.vim.org/ Vim]
 
* [https://www.vim.org/ Vim]
 
** [https://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)
  +
** [https://www.reddit.com/r/haskell/comments/5yc7e0/have_you_tried_visual_studio_code_for_coding/ Have you tried Visual Studio Code for coding Haskell?] (Reddit)
  +
** [https://marketplace.visualstudio.com/search?term=Haskell&target=VSCode&category=Programming%20Languages&sortBy=Relevance Haskell extensions]
  +
** [https://medium.com/@dogwith1eye/setting-up-haskell-in-vs-code-on-macos-d2cc1ce9f60a Setting up Haskell in VS Code on macOS] (blog)
 
* [[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)
 
* [https://kate-editor.org/ Kate] (KDE-based, originally for *nix, preview versions for win & mac)

Revision as of 00:36, 27 February 2019


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

See also the Windows page

MacOS X