CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS β Elevate your code editing experience. Open source, free forever.
### Description When creating a new folder or file in the project navigator, the default name (e.g., "untitled") is not selected for editing as expected. Users must manually rename it...
### Description Support for connecting to remote hosts via SSH is essential for developers who work in distributed or server-based environments. This feature would allow users to open remote projects,...
### Description After manually renaming a file in the project navigator and clicking away to commit the change, multiple alerts appear saying: **"Cannot find file"** β even though the rename...
### Description SwiftLint crashing on CodeEditKit of "Main" state of 2025-04-27 ### To Reproduce Got Main from today (2025-04-27), open in Xcode, 16.2. on MacOS 15.4.1. Indexing, allow tools to...
### Description I can't save the file with either the save button or the shortcut. Only when I exit the application does it say that the file was modified by...
### Description When you navigate inside a file, then you go to another file keeping the previous one open and when you get back to the first file, the scroll...
### Description We need to enable the following menu items. - Find - Find & Replace - Find Next - Find Previous - Use Selection for Find - Jump to...
### Description There is a chance that language servers (maliciously or due to a bug) may not respond to requests made by the client (CodeEdit). This can cause problems, for...
### Description v0.3.4 repeatedly crashes immediately on start. This is new to v0.3.4. (Edited and corrected issue title to refer to the correct version) ### To Reproduce Attempt to start...
### Description Closing tabs using the middle click is supported by most apps, including Xcode. CodeEdit should support it too. I tried to see how easy it could be added...