Additions
Ruby
- Added code intelligence for Ruby using the SolarGraph language server (#113)
- Added support for ERB templates (#113).
Rust
- Enabled additional Rust assists provided by Rust Analyzer.
Drag and Drop
- Added the ability to drag and drop files and folders in the project panel.
- Added the ability to drag files from the project panel into panes, to open them.
Terminal
- Added
alt-left
andalt-right
keybindings to terminal keymap.
Bug Fixes
TypeScript
- Fixed a bug where autocompleting an import in JavaScript would add the import twice (#71).
Collaboration
- Fixed a bug where guests sometimes could not see the absolute paths of files opened via a language server.
Terminal
- Fixed a bug where
cmd-k
would clear the text after the cursor. - Fixed a scrolling bug that would occur when using an imprecise input source.
- Fixed a performance problem when running programs with lots of output in a Zed terminal (#506).