CodeEditSourceEditor icon indicating copy to clipboard operation
CodeEditSourceEditor copied to clipboard

A code editor view written in Swift powered by tree-sitter.

Results 57 CodeEditSourceEditor issues
Sort by recently updated
recently updated
newest added

Shrink or expand the current selection with `⌃ ⇧ ⌘ ←` and `⌃ ⇧ ⌘ →`. ![expandselection](https://user-images.githubusercontent.com/806104/181936065-569fae8e-31fc-4158-b258-0c3739fec7c3.gif)

enhancement

## Overview Place the cursor in one corner and then hold `Shift+Option` while dragging to the opposite corner to select a column of text like so: ![column-select](https://user-images.githubusercontent.com/806104/181935917-d9f15228-ea48-4e0a-85fa-738f378ac3f8.gif) ## Related issues...

https://user-images.githubusercontent.com/88234730/177717085-9b40d21b-b6b4-4365-a423-a3c3437905b3.mov When typing in a file (doesn't matter what the file extension is, so long as CodeEdit can syntax highlight it), the text changes from bold to non-bold, and/or the...

I think it would be great to have the terraform language supported with LSP, highlighting and completion if possible. Another option might be to allow users to make plugins that...

enhancement
editor

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like One of the features that I love most about XCode specifically...

enhancement
editor
UI

### Is your feature request related to a problem? Please describe. No. ### Describe the solution you'd like In Xcode 14, the headers of Swift code stick to the top...

enhancement
editor
UI

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like Text selection with round corner like in VSCode. ### Describe alternatives...

enhancement
editor

**Problem:** Sometimes, you have multiple variables or a collection and you want to edit all occurrences at the same time. **Solution:** Other code editors like [Atom](https://atom.io) and even Xcode have...

enhancement
editor

The Language Server Protocol defines a cross-editor protocol to obtain rich language features from an external source. Adding support for this to CodeEdit would make it far simpler to port...

enhancement
help wanted
editor
extensions
PRIORITY

As the user types, offer suggestions to complete their code. **Note:** In order to offer code completion, a language server protocol (LSP) implementation is needed (see #40). ## Resources -...

enhancement
help wanted