Code editors and IDEs available on macOS.

- **[Zed](https://zed.dev/)** — high-performance editor written in Rust with built-in AI assistance, collaborative editing, and minimal resource usage
- **[Visual Studio Code](https://code.visualstudio.com/)** — open-source editor by Microsoft with a vast extension ecosystem, built-in Git, and support for most languages
- **[Nova](https://nova.app/)** — native macOS code editor by Panic with a built-in terminal, Git integration, and extension library
- **[Sublime Text](https://www.sublimetext.com/)** — fast editor known for multiple cursors, the command palette, and a rich plugin ecosystem
- **[CodeRunner](https://coderunnerapp.com/)** — macOS editor that runs code in many languages directly from the editor; useful for quick scripting
- **[TextMate](https://macromates.com/)** — open-source macOS editor that introduced snippets and scope-based settings; lightweight and keyboard-driven
- **[Lapce](https://lap.dev/lapce)** — open-source code editor written in Rust with built-in LSP support, Vim-like modal editing, and a focus on performance
- **[CotEditor](https://coteditor.com/)** — free and open-source plain-text editor with syntax highlighting and a native macOS interface
- **[NeoVim](https://neovim.io/)** — modernized Vim fork with built-in LSP support, Lua-based configuration, and full Vim compatibility
- **[Notepad++ for Mac](https://notepad-plus-plus-mac.org/)** — unofficial community port of Notepad++ to macOS (Apple Silicon and Intel); code-signed and notarized, GPL v3, not affiliated with the upstream Windows project

## JetBrains

- **[RustRover](https://www.jetbrains.com/rust/)** — dedicated IDE for Rust with smart completion, on-the-fly analysis, and integrated debugging
- **[PHPStorm](https://www.jetbrains.com/phpstorm/)** — PHP IDE with deep framework support for Laravel, Symfony, WordPress, and others
- **[WebStorm](https://www.jetbrains.com/webstorm/)** — JavaScript and TypeScript IDE with built-in debugging and framework-aware coding assistance
- **[PyCharm](https://www.jetbrains.com/pycharm/)** — Python IDE with intelligent completion, debugging, and support for scientific and web frameworks