Skip to content

v0.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 12:49
· 21828 commits to main since this release
7c6fe56
  • Added information about the status of running language servers in the status bar.
  • Fixed spurious auto-closing of brackets when inserting opening brackets in certain locations.
  • Typing an opening bracket with text selected now surrounds the text with brackets.
  • Added a settings file, ~/.zed/settings.json, which can be used to configure Zed's settings.
  • Renaming a variable with F2 now selects the new name and dims all instances of the old name.