CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
### Description Flutter is kind of a pain to use with VSCode, at least for a novice like me. It'd be awesome if CodeEdit could support this out of the...
### Description It would be awesome if CodeEdit could copy links to code when the workspace has a remote on GitHub. I'd imagine it's on a key command like Command-shift-c...
### Description The output pane in the utility area doesn't show colors, probably because it runs it sh. This can make it hard to use frameworks like Fresh, since they...
### Description The key icon for License files is vertically off-center in the Navigation Area. Icons for other file types seem to be aligned correctly. ### To Reproduce 1. Open...
### Description Our themes don't find the `attribute` syntax capture in HTML docs: ```html ``` The `async` and `src` should have highlights, and are being found by tree-sitter but don't...
### Description It happens quite often then you copy some text and paste it within the same file, so CodeEdit crashes right away. Then you reopen CodeEdit, so the same...
### Description We currently have "Types" and "Variables" theme tokens. We should replace these two with "Types Declarations", "Type Names", "Variable Declarations", "Variable Names". There are also several more that...
### Description It would be great if CodeEdit, given instructions from the language grammar in use for the open file, were able to automatically indent and outdent lines as you...
### Description - Added Live preview for HTML - Updates with file changes ### Related Issues - Closes #2135 ### Checklist - Will eventually work on markdown preview - [x]...
This PR fixes multiple issues related to macOS 14 compatibility, compiler warnings, and a memory leak. ### Description - ✅ Updated macOS deployment target from 13.0 to 14.0 - ✅...