CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
### Description Most source control settings do not work. We should make them do what they say they will do or remove them. ### To Reproduce 1. Go to CodeEdit...
### Description After update to version 0.1 to version 0.3 I have noticed, when I try to change terminal Cursor style in settings it does not update in application. When...
### Description I think it would be good to have an extensible autocomplete system for stuff like tailwind, etc. If possible, also be able to use preexisting vscode intelligence ###...
### Description Add EditorCommands menu and update `EditorInstance` to be able to move lines up and down ### Related Issues * [#259 ](https://github.com/CodeEditApp/CodeEditSourceEditor/issues/259) ### Checklist - [x] I read and...
### Description Adds a quick interaction to copy version information (CodeEdit & macOS) for bug reports in the about window. ### Related Issues N/A ### Checklist - [x] I read...
### Description Introduce a `DiagnosticManager` responsible for managing and publishing diagnostics (e.g., build errors, linter warnings, language server issues) grouped by file. This manager will serve as the single source...
### Description Made editor separators thicker by conditionally adding separators to editors depending on its position in the split layout. ### Related Issues * #2054 ### Checklist - [x] I...
### Description Adds the Issue Navigator side menu to allow users to see the errors and warnings in their codebase. ### Related Issues - closes #354 ### Checklist - [x]...
### Description This PR introduces an initial implementation of an accordion-like effect for displaying file paths in the tab bar. The goal is to improve usability when file paths are...
### Description A system to allow users to download and manage LSP servers from the settings menu. This utilizes the mason registry to track the language servers. ### Related Issues...