CodeEditSourceEditor icon indicating copy to clipboard operation
CodeEditSourceEditor copied to clipboard

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

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

# Highlighting After opening a file highlighting doesn't start After pressing enter (last line) it starts highlighting

bug

When dealing with deeply nested brackets in your code, it can be hard to figure out which brackets match and which do not. Bracket pair colorization fixes this by making...

enhancement

### Description ⌘ / should allows users to toggle between commented and uncommented for the line the cursor is currently on when you press ⌘ /. If a selection is...

enhancement
good first issue
editor

Put highlighted text in brackets. 1. Hightlight text 2. Press the character you wish to wrap around the text, for example ( [Preview (YouTube)](https://www.youtube.com/watch?v=1kuJi-PebOY) Put into following: ``` '' ""...

enhancement

**Is your feature request related to a problem? Please describe.** We should be able to find strings of text in a document and browse different occurrences. **Concept**

enhancement
UI

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like It would be nice if CodeEdit support backlinks in markdown: when...

enhancement
editor

At the moment each keystroke triggers highlighting for the whole document. While this is not an issue for small documents this might bring big performance losses on larger documents. Though...

enhancement
help wanted

There are several [`language grammars`](https://tree-sitter.github.io/tree-sitter/#available-parsers) available for `tree-sitter`. Checked items have SPM already implemented. > **\*** Some of them don't yet have a `highlights.scm` file included and thus syntax highlighting...

enhancement
help wanted

Injected languages are important for languages like `HTML` which might embed `CSS` or `JavaScript` code blocks. Some grammars that support injections have an additional `injections.scm` file in their `queries` folder....

enhancement
help wanted

# Line height With no text: With text:

bug