CodeEditSourceEditor
CodeEditSourceEditor copied to clipboard
A code editor view written in Swift powered by tree-sitter.
The CodeEditSourceEditor config parameters are growing in number, we should convert some parameters to an `EditorConfig` type to make things clearer.
### 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...
### 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:...
### 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...
### Description The view showing line numbers overflows ### To Reproduce `VStack { Form { ... } CodeEditSourceEditor( ... ) }` ### Expected Behavior Don't overflow ### Version Information CodeEditSourceEditor:...
### 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...
### 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...
### 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...