CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
### Describe the solution you'd like Having the list of files that have been changed and have not yet been committed would be very helpful. When you click on one...
A basic view and functionality of finding in workspace has been implemented with #125 . But there's a lot of work to do. - [x] #1520 - [x] #1521 -...
It should be possible to edit a project on a remote server over SSH. Commands like project find, version control, LSP (See CodeEditApp/CodeEditTextView#40) should be executed on the remote server...
## Overview Support for extensions is planned for a future release of CodeEdit. The extension system will provide similar capabilities to that of other editors. ## Contributing If you wish...
# Description Currently, an issue with the pair autocompletion is that when you type the closing character, it will duplicate. For example, you type `(`, it completes to `()`, and...
### Is your feature request related to a problem? Please describe. Currently it seems that the "en" (English) localization file is created manually. Automating this process will ensure no missing...
### Is your feature request related to a problem? Please describe. No ### Describe the solution you'd like Add a GitHub Bot called CodeEditBot or something similar that prepends emoji...
@StefKors : Some problems. https://user-images.githubusercontent.com/20476002/164035159-43290e1e-2bc7-4173-8aca-89f136f89c14.mov https://user-images.githubusercontent.com/20476002/164035034-c40effba-7212-454c-9a12-b9b945fec490.mov https://user-images.githubusercontent.com/20476002/164035048-10568f91-7b3f-473f-8aa1-d29d4686abd1.mov _Originally posted by @Angelk90 in https://github.com/CodeEditApp/CodeEdit/issues/423#issuecomment-1102767213_
## Overview The workspace is the UI used within a project around the editor view (#36). We need to provide the UI laid out in our [this concept](https://www.figma.com/proto/qj6raZbQsZpGO0NAVi4qsv/CodeEdit-Concept?node-id=1%3A870) that includes...