Open shadow-identity opened 9 months ago
Hi there! 👋 We're working to clean up our issue tracker by closing older issues that might not be relevant anymore. Are you able to reproduce this issue in the latest version of Zed? If so, please let us know by commenting on this issue and we will keep it open; otherwise, we'll close it in a week. Feel free to open a new issue if you're seeing this message after the issue has been closed. Thanks for your help!
Still reproducible on Zed 0.152.4, Mac OS is now 15
I also ended up here after having no idea why this wasn't working
Check for existing issues
Describe the bug / provide steps to reproduce it
Create a
lib/foo.ts
file:Create a svelte component:
Go to lib/foo.ts, right-click on
foo
definition, select "find all references". -> It does not show that it used in the svelte component.right-click on
foo
definition, select "Rename Symbol", rename it. -> The constant is renamed, but the import and usage in the svelte component is not updated, pointing to an old name.Environment
Zed: v0.121.7 (Zed) -> still reproducible on 0.152.4 OS: macOS 14.3.1 -> same on 15 Memory: 16 GiB Architecture: x86_64 -> same on M3
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.If you only need the most recent lines, you can run the
zed: open log
command palette action to see the last 1000.