valin
valin copied to clipboard
Cross-platform code editor made with Freya 🦀 and Rust
freya-editor
⚠️ This is a work in progress experimental code editor using Freya 🦀.

Run with --release mode if you want max performance.
To Do
- [x] Open folders
- [x] Open files
- [ ] Save files (hehe)
- [x] Generic Syntax highlighting
- [x] Text editing
- [x] Text selection
- [ ] Copy
- [ ] Paste
- [x] Undo
- [x] Redo
- [x] Files explorer
- [ ] Intellisense
- [x] Hover (exprimental, only rust-analyzer atm)
- [ ] Autocomplete
- [ ] Code actions
Shortcuts
Alt E: Toggle focus between the files explorer and the code editorsAlt +: Increase font sizeAlt -: Decrease font sizeEsc: Open CommanderArrows: Navigate the files explorer when focusedAlt Arrows: Scroll the editor and the cursor with increased speedCtrl Arrows: Scroll the cursor with increased speedCtrl Z: UndoCtrl Y: Redo