CodeEdit icon indicating copy to clipboard operation
CodeEdit copied to clipboard

CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.

Results 513 CodeEdit issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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...

enhancement
inspector
source control

### 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...

terminal
utility
output

### 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...

bug
other

### 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...

bug
find

### 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...

bug
triage needed

### 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...

enhancement
theme

### 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...

enhancement
settings

### 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 - ✅...