zed
zed copied to clipboard
Rename Symbol & Find All References both don't show up at all
Check for existing issues
- [X] Completed
Describe the bug / provide steps to reproduce it
Neither "Rename Symbol" nor the "Find All References" actions shows up for me (tried via right-click & shortcut). Just nothing happens. Tried in TypeScript (.tsx) and Python (.py) files.
Environment
Zed: v0.149.5 (Zed) OS: macOS 14.6.1 Memory: 32 GiB Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
No response
Seems to be related to the biome.js extension 🤔
In my settings, if i replace:
"language_servers": ["biome", "..."],
with:
"language_servers": ["...", "biome"],
… It seems to work again 🤔 Wonder wether if this has any other implications. cc @luckydye
Prob. duplicate of
- https://github.com/zed-industries/zed/issues/15917
- https://github.com/zed-industries/zed/issues/16619
Also mentioned it here https://github.com/biomejs/biome-zed/issues/40#issuecomment-2291997092
Closing as duplicate of
- https://github.com/zed-industries/zed/issues/15917