v0.101.0-pre
Pre-release
Pre-release
Additions
- Revamped project & buffer search UI.
- Added
search: cycle modecommand in search. - Added a
editor: toggle inlay hintscommand and a bar to toggle editor-related items. - Added a
default_open_ai_modelsetting for the assistant (defaults togpt-4-0613). - Added default key bindings for
NewFileandNewDirectoryin the project panel (bound tocmd-nandalt-cmd-n, respectively). - Added file icons for Python and Elixir.
- Added support for
$and#in identifiers in Javascript/Typescript. - Improved completions for PHP #1820.
- Improved multi-selection copy behavior by separating selections with a
\n. - Vim additions:
Bug Fixes
- Fixed a bug where auto-closing quotation marks were inserted incorrectly in Rust (#684).
- Fixed a bug where small syntax errors would mess up syntax highlighting more than necessary when editing certain languages, like Scheme and PHP.
- Vim bug fixes:
- Fixed scroll offset on
ctrl-{e,y,u,b}(#1929). - Fixed escape to dismiss suggestions in insert mode.
- Fixed scroll shortcuts (
ctrl-{f,b,d,u,e,y}) in visual modes. - Fixed autocompletion of private fields and methods in Javascript/Typescript.
- Fixed position when using
pon text copied outside zed (#469). - Fixed indentation when using
pon text copied from zed (#1015).
- Fixed scroll offset on