Skip to content

v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 09:54
· 20304 commits to main since this release
39ebaeb

This release introduces the ability to find all references to the symbol under the cursor by hitting alt-shift-f12:

find-references

Zed can also now search for a symbol globally in the project via cmd-t:

project-wide-symbols

In addition, usages of the variable under the cursor will be highlighted.