CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
### Description It'd be nice if CodeEdit allowed creating a file by just pressing ⌘-V in the project navigator. It would then paste whatever contents are in the user's pasteboard...
### Description I am currently seeing this: ```shell brew install --cask codeedit --force --quiet brew install codeeditapp/formulae/codeedit-cli --force --quiet codeedit version CodeEditCLI: 0.0.9 CodeEdit.app is not installed. ``` However, CodeEdit.app...
### Description Adds first iteration of the autocomplete feature. ### Related Issues ### Checklist - [x] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code of conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md)...
### Description When resizing the find navigator, if the search result does not take up the entire height of the row, the row should resize to only fit what's necessary....
### Description When resizing the find navigator, the cells resizing has a delay. ### To Reproduce 1. Open the Find Navigator 2. Search for something in the project 3. Quickly...
### Description Use the [newly created](https://github.com/CodeEditApp/CodeEdit/issues/2014) `DiagnosticManager` to provide file-specific diagnostics to the editor via `LineAnnotations`. This connection allows visual issues to appear directly in the source editor view below...
I would like to propose integrating [SwiftGitX](https://github.com/ibrahimcetin/SwiftGitX) into CodeEdit as an alternative to the current `GitClient` implementation that relies on executing Git shell commands. ## Background Currently, CodeEdit uses a...
### Description Support EMMET (HTML) for smoother HTML. Example to create a “div” with ID “myDiv”, a “container w-100” class: ```html div#myDiv.container.w-100 ``` PS: I really like your application :D...