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

The CodeEditSourceEditor config parameters are growing in number, we should convert some parameters to an `EditorConfig` type to make things clearer.

enhancement

### Description When dragging a selection in the text view, dragging over the gutter should continue the drag session (continuing the selection over the dragged line numbers). ### To Reproduce...

bug

### Description In many code editors(like xcode, vscode etc) the minimap provides the ability to also function as a table of contents. That is done by using the following keywords:...

enhancement

### Description Implement the visual display system for Line Annotations in the source editor. These annotations should appear directly beneath relevant lines of code and visually communicate messages such as...

### Description When disabling the "Use Theme Background" option, the gutter still uses the theme background rather than the standard background. ### To Reproduce 1. Enable a theme and use...

bug
good first issue

### Description The view showing line numbers overflows ### To Reproduce `VStack { Form { ... } CodeEditSourceEditor( ... ) }` ### Expected Behavior Don't overflow ### Version Information CodeEditSourceEditor:...

bug

### Description Implement support for placeholders in CodeEdit, similar to Xcode’s `` feature. This would allow developers to insert and cycle through editable placeholders in their code, improving productivity and...

enhancement

### Description None of my markdown files show syntax highlighting when opened in CodeEdit. I wonder if this is a bug or if it has not been implemented - thank...

bug

### Description We want to enhance tag-matching behavior in markup languages such as HTML, XML, and JSX by highlighting matching tags based on cursor position. This feature is inspired by...

enhancement