CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
# Description This PR adds command palette and keybindings # Related Issue * #ISSUE_NUMBER # Checklist - [x] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code...
(First of all thanks for this awesome project, looks amazing already and I can't wait to play with it more.) **Is your feature request related to a problem? Please describe.**...
Before moving too far forward with the Extension API and marketplace, we need to decide what type of environment will be used to run extensions. ~~JavaScript Core, https://developer.apple.com/documentation/javascriptcore, is an...
### Description As seen in the image when a file is selected, the icon is not seen correctly. Furthermore: - The information type of the file is missing if it...
### Description The icon of the navigator sidebar toolbar is currently droppable as a text. This should NOT happen. https://user-images.githubusercontent.com/36816148/170332390-84fc5f76-9fe2-4192-84a6-f3818bdb6130.mp4 ### To Reproduce 1. Drag the icon out from the...
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like Hit keyboard shortcut to show the overlay. Maybe Cmd+Shift+P? This search...
### Is your feature request related to a problem? Please describe. Some people may not like auto-save. ### Describe the solution you'd like We need the ability for users to...
### Description - The bottom line seems to extend further than it should. - Vertical alignment of characters is slightly off in comparison to Terminal.app - Resizing window causes artifacts...
### Describe the solution you'd like Files that can be opened with CodeEdit should get filetype associations so that they can be opened from Finder. They should also get filetype...
### Describe the solution you'd like Would be nice to have a feature where you can preview your markdown(`.md`) files within CodeEdit. Preferably matching GitHub's styling. Where you also could...