Compare the Top Code Editors that integrate with Haskell as of June 2025

This a list of Code Editors that integrate with Haskell. Use the filters on the left to add additional filters for products that have integrations with Haskell. View the products that work with Haskell in the table below.

What are Code Editors for Haskell?

Code editors are software tools that allow developers to write, edit, and debug source code for programming and web development. These editors provide essential features like syntax highlighting, code completion, auto-indentation, and error detection to enhance productivity and reduce coding errors. Many code editors also offer integrations with version control systems (like Git), debuggers, and build tools, allowing developers to manage their code and workflows efficiently. While some code editors are lightweight and focused solely on text editing, others offer extensive features and customization options through plugins and extensions. By providing a streamlined environment for coding, code editors are essential for software development, web development, and scripting tasks. Compare and read user reviews of the best Code Editors for Haskell currently available using the table below. This list is updated regularly.

  • 1
    Sublime Text

    Sublime Text

    Sublime HQ

    A sophisticated text editor for code, markup and prose. Use Goto Anything to open files with only a few keystrokes, and instantly jump to symbols, lines or words. Make ten changes at the same time, not one change ten times. Multiple selections allow you to interactively change many lines at once, rename variables with ease, and manipulate files faster than ever. The Command Palette holds infrequently used functionality, like sorting, changing the syntax and changing the indentation settings. With just a few keystrokes, you can search for what you want, without ever having to navigate through the menus or remember obscure key bindings. Sublime Text has a powerful, Python API that allows plugins to augment built-in functionality. Package Control can be installed via the command palette, providing simple access to thousands of packages built by the community.
    Leader badge
    Starting Price: $80 one-time fee
  • 2
    Notepad++

    Notepad++

    Notepad++

    Notepad++ is a free source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GNU General Public License. Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.
    Leader badge
    Starting Price: Free
  • 3
    Apache NetBeans

    Apache NetBeans

    Apache Software Foundation

    Apache NetBeans is a versatile, open-source Integrated Development Environment (IDE) used for developing applications across a wide range of programming languages, including Java, JavaScript, PHP, HTML5, and C/C++. Known for its modular architecture, NetBeans provides robust tools and features that cater to the needs of developers working on desktop, mobile, and web applications. It includes intelligent code editing, debugging, and profiling capabilities, along with a built-in visual GUI builder for designing Java-based user interfaces. NetBeans also offers support for version control systems like Git, SVN, and Mercurial, facilitating seamless team collaboration. As an Apache Software Foundation project, NetBeans benefits from an active community that continuously improves and expands its functionality, making it a reliable and flexible choice for developers across various domains.
    Starting Price: Free
  • 4
    Overleaf

    Overleaf

    Overleaf (Writelatex Limited)

    There's nothing complicated or difficult for you to install, and you can start using LaTeX right now, even if you've never seen it before. Overleaf comes with a complete, ready to go LaTeX environment which runs on our servers. With Overleaf you get the same LaTeX set-up wherever you go. By working with your colleagues and students on Overleaf, you know that you're not going to hit any version inconsistencies or package conflicts.
  • 5
    TextMate

    TextMate

    MacroMates

    Powerful and customizable text editor with support for a huge list of programming languages and developed as open source. Making multiple changes at once, swapping pieces of code, and a lot more is made trivial with TextMate’s easy way to add multiple insertion points. Select what you want to search, what you want to search for, and TextMate will present the results in a way that makes it easy to jump between matches, extract matched text, or preview desired replacements. See what files have changes in the file browser view, what lines have changes in the editor view, bring up a diff of the current file’s changes, commit a subset, TextMate supports it all for all the major version control systems. One file mixing languages? Projects using different build systems? Third party code with different formatting preferences? TextMate can handle it all by associating detailed scope selectors with key shortcuts, settings, etc.
  • 6
    Geany

    Geany

    Geany

    Geany is a powerful, stable and lightweight programmer's text editor that provides tons of useful features without bogging down your workflow. It runs on Linux, Windows and MacOS is translated into over 40 languages, and has built-in support for more than 50 programming languages. One the primary reasons for Geany's existence is that there is a need for a decent, GUI, lightweight, cross-platform, flexible and powerful IDE/editor. Many editors meet one or more of these requirements but fall short on others. Using the GPL v2 license, Geany assures that not only can you customize and hack it, but that everyone benefits from changes the community makes. Many parts of Geany are heavily customizable like color themes (Geany Themes) or adding new filetypes. Furthermore, Geany provides many settings to let you adjust it to your needs and preferences. Many supported filetypes including popular programming languages like C, Java, PHP, HTML, JavaScript, etc.
  • 7
    Zed

    Zed

    Zed Industries

    Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. Chat with teammates, write notes together, and share your screen and project. Multibuffers compose excerpts from across the codebase in one editable surface. Evaluate code inline via Jupyter runtimes and collaboratively edit notebooks. Support for many languages via Tree-sitter, WebAssembly, and the Language Server Protocol. Fast native terminal tightly integrates with Zed's language-aware task runner and AI capabilities. First-class modal editing via Vim bindings, including features like text objects and marks. Zed is built by a global community of thousands of developers. Boost your Zed experience by choosing from hundreds of extensions that broaden language support, offer different themes, and more.
    Starting Price: Free
  • 8
    Lapce

    Lapce

    Lapdev

    Lapce is a cutting-edge, open-source code editor focused on delivering a fast and responsive experience, particularly for developers working with large projects or complex codebases. Written in Rust, Lapce leverages the performance advantages of native development to provide a smooth editing experience with minimal lag. It features a clean, modern interface and advanced functionality such as multi-caret editing, split views, and integrated terminal support. With built-in support for the Language Server Protocol (LSP), Lapce offers precise autocompletion, syntax highlighting, and code navigation across various programming languages, enhancing productivity. Its extensibility, support for plugins, and focus on performance make Lapce ideal for developers looking for a lightweight yet powerful editor that balances simplicity with capability, appealing to both beginners and seasoned professionals.
    Starting Price: Free
  • 9
    Kakoune

    Kakoune

    Kakoune

    Kakoune is a highly efficient, modal text editor that focuses on real-time feedback and powerful, intuitive multi-selection capabilities. Inspired by Vim but offering its own distinct approach to modal editing, Kakoune prioritizes a selection-based workflow that makes text manipulation feel natural and fluid. Instead of commands operating on cursors, commands operate on selections, allowing users to edit and navigate with precision and speed. Kakoune features robust multi-caret editing, context-aware autocompletion, and extensive language support, with performance optimized for working with large files and complex codebases. Designed to be scriptable and extendable with shell commands, Kakoune integrates smoothly with UNIX tools, giving users flexibility in customization. Known for its responsiveness and adaptability, Kakoune is ideal for developers who prefer a keyboard-driven interface and appreciate real-time, immediate feedback in their editing workflow.
    Starting Price: Free
  • 10
    Helix Editor

    Helix Editor

    Helix Editor

    Helix Editor is a powerful, modern text editor designed for developers seeking a fast, customizable, and efficient editing experience. Built with a focus on productivity, Helix uses a modal editing style inspired by Vim, which allows users to navigate, select, and manipulate text seamlessly through intuitive keyboard shortcuts. It offers a robust set of features including syntax highlighting, multi-caret editing, and support for languages like Rust, Python, and JavaScript. Helix also integrates with the Tree-sitter parsing library for precise syntax-aware editing, making it easier to work with complex code structures. With a minimal interface and a strong focus on performance, Helix Editor provides an ideal environment for programmers who prioritize speed and flexibility in their development workflow.
    Starting Price: Free
  • 11
    CodeRunner

    CodeRunner

    CodeRunner

    A lightweight, multi-language programming text editor and IDE for macOS. CodeRunner was designed to support all of the most widely used programming languages and run them instantly. The app is configured to run code in 25 languages out-of-the-box, and additional languages can be configured to run by simply entering their terminal command. With over 200 syntax modes, lots of advanced editing features and thoughtful details, CodeRunner will quickly become your go-to editor for any and all kinds of text files. CodeRunner's code completion is the best you'll find in any IDE. Intelligent matching of typed text enables completions beyond single words. Quickly find the right completion among thousands with the extra-fuzzy search algorithm, helpful documentation snippets, and smart ranking of results. Don't clutter your code with print-statements for debugging. Instead, use CodeRunner's built-in debugging features to set breakpoints and step through your code.
    Starting Price: $19.99 one-time payment
  • 12
    Spacemacs

    Spacemacs

    Spacemacs

    A community-driven Emacs distribution. The best editor is neither Emacs nor Vim, it's Emacs and Vim! Spacemacs is a new way to experience Emacs, a sophisticated and polished set-up focused on ergonomics, mnemonics and consistency. Key bindings are organized using mnemonic prefixes like b for buffer, p for project, s for search, h for help etc. Innovative real-time display of available key bindings. Simple query system to quickly find available layers, packages and more. Similar functionalities have the same key binding everywhere thanks to a clearly defined set of conventions. Community-driven configuration provides curated packages tuned by power users and bugs are fixed quickly.
  • 13
    Buffer Editor

    Buffer Editor

    Buffer Editor

    Buffer Editor is a powerful code and text editor that lets you easily develop software, view code or take notes on the go. Join thousands of coders who trust Buffer Editor for fast, powerful, and advanced code editing on mobile devices. Preview any files supported by iOS including images, PDFs, movies and documents. Quickly switch between your open files. Open multiple terminals in tabs. Preview on localhost or on your server.
    Starting Price: $9.99 one-time payment
  • 14
    jEdit

    jEdit

    jEdit

    jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the GPL 2.0. Built-in macro language; extensible plugin architecture. Hundreds of macros and plugins available. Plugins can be downloaded and installed from within jEdit using the "plugin manager" feature. Supports a large number of character encodings including UTF8 and Unicode. Highly configurable and customizable. Every other feature, both basic and advanced, you would expect to find in a text editor.
  • 15
    RunCode

    RunCode

    RunCode

    RunCode offers online developer workspaces, which are environments that allow you to work on code projects in a web browser. These workspaces provide you with a full development environment, including a code editor, a terminal, and access to a range of tools and libraries. They are designed to be easy to use and allow you to get started quickly without the need to set up a local development environment on your own computer.
    Starting Price: $20/month/user
  • Previous
  • You're on page 1
  • Next