Showing 12 of 12 tools
A post-modern modal text editor
Helix is a post-modern modal text editor written in Rust, inspired by Kakoune and Neovim. It ships with built-in Tree-sitter support for syntax highlighting and structural editing across dozens of languages, native LSP integration for autocompletion and diagnostics, and multiple cursors as a first-class feature. Helix requires no plugin system or configuration to be productive out of the box, offering a selection-then-action editing model that reverses the Vim paradigm.
Lightning-fast Rust-powered code editor
Lapce is an open-source code editor written in Rust, delivering sub-millisecond response times through native GPU rendering via wgpu. It features modal editing inspired by Vim, built-in LSP support for intelligent code completion, and a WASI-based plugin system supporting Rust, C, and AssemblyScript extensions. Includes integrated remote development over SSH, a built-in terminal, and split-pane layouts. Its rope-based text architecture ensures efficient handling of large codebases.
Fastest file search toolkit for AI agents and Neovim
fff.nvim (freakin fast fuzzy) is a high-performance file search toolkit for AI agents, Neovim, Rust, C, and NodeJS. Hybrid architecture with Lua frontend and Rust backend delivers sub-10ms search across 50K+ file codebases. Uses frecency memory combining frequency, recency, git status, and definition matches to surface the most relevant files for AI coding workflows.
Use Neovim like Cursor with AI-driven code assistance and one-click apply
avante.nvim is a Neovim plugin that brings Cursor-style AI coding assistance to the Vim ecosystem. It provides inline code suggestions, AI chat with codebase context, one-click diff application, and multi-model support including Claude, GPT, Gemini, and local models. With 12,000+ GitHub stars and active development, it is the leading AI coding plugin for Neovim users who want IDE-level AI features without leaving their editor.
High-performance code editor built in Rust
High-performance code editor built entirely in Rust by the creators of Atom and Tree-sitter. GPU-accelerated rendering and a multicore architecture deliver 10x faster startup and 75% lower memory use than Electron editors like VS Code. Native real-time collaboration that works like Google Docs, deeply integrated AI with agentic editing (Claude and more), and Tree-sitter-powered syntax highlighting. Direct-to-display rendering on macOS. Available on macOS, Linux, and Windows.
The industry standard code editor
Microsoft's free, open-source code editor that has become the most widely used development environment in the world. Lightweight but powerful, with built-in Git, integrated terminal, IntelliSense, debugger, and tens of thousands of extensions. Recent updates add Agent mode for delegating coding tasks to AI, Model Context Protocol (MCP) support, and Next Edit Suggestions. Native GitHub Copilot, remote development via SSH/containers/WSL, and a browser version at vscode.dev.
Native macOS code editor by Panic
Beautiful native macOS code editor by Panic with first-class Swift integration, built-in terminal, and Git support. Features an extensions library, local and remote development capabilities, and a polished UI that feels at home on Apple hardware. The premium choice for Mac developers who want a fast, elegant editor that embraces macOS design conventions rather than wrapping a cross-platform framework.
Lightweight fast text editor known for speed
Sublime Text is a sophisticated, high-performance text editor known for speed, elegance, and minimal resource consumption. Launches instantly and handles huge files without lag, making it a favorite among developers who value a fast, distraction-free coding environment. Features include multi-cursor editing, Goto Anything fuzzy navigation, a powerful command palette, and a rich ecosystem of Python-based packages.
Extensible self-documenting editor with Elisp environment
GNU Emacs is the extensible, self-documenting text editor that has served as a complete computing environment for developers since 1985. More than a text editor, Emacs is a Lisp-based platform that can be extended to handle virtually any text-related task — from writing code to managing email, shells, git, and org-mode planning. Highly keyboard-driven, deeply customizable, and completely free/GPL.
The ubiquitous modal text editor
Vim is a highly configurable terminal text editor that has been a cornerstone of Unix and Linux development for over three decades. Built as an improved version of vi, Vim solves efficient text manipulation through its modal editing paradigm — separating insert and command modes so that keystrokes become powerful composable operations. Extensive plugin ecosystem, scripting via Vimscript/Lua, and first-class support in nearly every system.
Open-source IDE for Java and enterprise development
Long-standing open-source IDE primarily for Java development, backed by the Eclipse Foundation. Features powerful Java tooling with refactoring, debugging, JUnit integration, and Maven/Gradle support. Extensible via a massive plugin marketplace covering C/C++, Python, PHP, and web development. Includes built-in Git support, terminal, and XML/JSON editors. Used extensively in enterprise Java, Android (legacy), and embedded systems development. Free and cross-platform.
Hyperextensible Vim-based text editor
Modern fork of Vim with Lua-based plugin architecture and built-in LSP support. Lightweight yet endlessly extensible, it serves as the foundation for AI-enhanced development workflows through plugins like Avante, Codecompanion, and Copilot.lua. With 85k+ GitHub stars, it's the terminal editor of choice for developers who value speed, customization, and keyboard-driven efficiency.