Open jnsprnw opened 8 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!
The issue can still be reproduced.
Check for existing issues
Describe the bug / provide steps to reproduce it
Given the following code, where
i
is unused:Running the
Remove unused declaration
command removes more than justi
.On another note, the command says
Remove unused declaration for: …
and the general command saysDelete all unused declarations
. You might want to alignremove
anddelete
. It seems that you sort the action popovers alphabetically, so this would also bring them together. A more general solution would be command groups, but that should probably be in a new issue if that’s desired.Environment
Zed 0.127.3 M2 Pro Sonoma 14.4 (23E214)
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.No response