CodeEdit
banner
codeedit.app
CodeEdit
@codeedit.app
The next generation code editor for macOS ✏️
Open source, free forever.

Build with us at http://github.com/CodeEditApp
We've added support for external file changes. If you lint a file, or pull changes from git, those changes will be reflected in your open editors. If there's a conflict, CodeEdit will prompt you to save your changes or use the updated version from disk.
August 26, 2025 at 8:43 PM
A long-time pain point when working across multiple files was that CodeEdit didn’t remember your place when switching tabs. That’s fixed! CodeEdit will remember your scroll position and cursor placements between tabs, and between sessions so you can pick up right where you left off.
August 26, 2025 at 8:43 PM
Drawing invisible characters is one of our oldest open issues. This release finally closes it! You can now enable invisible characters, and customize which ones show as well as the placeholders used in their place.
August 26, 2025 at 8:43 PM
Previously, tasks displayed their output as plain text. Now they run in a specialized terminal built just for tasks. They're interactive, output color, and everything else you'd expect from your terminal!
August 26, 2025 at 8:43 PM
In the next version of CodeEdit...

Editors reflect external file changes! If your file is modified by another program on your machine, CodeEdit will intelligently reload any open editors to show you the most up-to-date version of that file.
July 18, 2025 at 2:31 PM
In the next version of CodeEdit...

Invisible characters and warning characters!

Invisible characters render whitespace in your editor, including tabs, spaces, newlines, and more. Warning characters warn of potentially dangerous characters like the zero-width space.
July 11, 2025 at 5:08 PM
In the next version of CodeEdit...

CodeEdit remembers your cursors, undo stack, selections, and file positions when switching editors, even across sessions. Close your workspace and pick up exactly where you left off next time.

#swift #programming
July 10, 2025 at 5:10 PM
Announcing our latest release v0.3.5!🎉

This release contains massive editor upgrades with a new minimap, code folding gutter, refactor guide, and new find and replace options. You can also paste to create files, hide the interface, and much more!

www.codeedit.app/whats-new#v0...
July 9, 2025 at 8:09 PM
We've published a new release of our Swift text view package!

Versions 0.11.2-0.11.3 introduces Invisible Characters, Column Selection, improves undo/redo with drag and drop, improves our attachments API, fixes an outstanding cursor bug, and more!

github.com/CodeEditApp/...
June 23, 2025 at 3:44 PM
In the next version of CodeEdit...

Users can create files using their clipboard contents in the project navigator 🎉

Thanks to Syrux64 on GitHub for the contribution! #swift
June 11, 2025 at 4:06 PM
In the next version of CodeEdit...

The source editor Find Panel gets a Find Method picker. Options include: Contains, Matches Word, Starts With, Ends With, and Regular Expression. This work wraps up in-editor find! 🔎📝
June 2, 2025 at 2:57 PM
In the next version of CodeEdit...

We're introducing a minimap for our editor! The minimap shows a high-level summary of the editors contents, allowing for quick navigation and better understanding of the entire file. Drag the visible area to jump quickly around your file.
April 23, 2025 at 5:16 PM
We’ve published new releases to our Swift text view package! Versions 0.9.0 and 0.9.1 include a drastically improved drag-and-drop experience, new APIs for editing selections, performance improvements, and an important fix for a text layout bug.

github.com/CodeEditApp/...
April 14, 2025 at 8:04 PM
In the next version of CodeEdit…

Find in editor is working with our custom find panel. Results are highlighted while typing, and are automatically selected when moving to the editor.

We’ll continue to expand on this in the future, including features like find and replace.
April 8, 2025 at 7:47 PM
In the next version of CodeEdit ✨
Users will be able to drag external files into individual editors within CodeEdit to open them there.
March 3, 2025 at 6:02 PM