zed icon indicating copy to clipboard operation
zed copied to clipboard

Code navigation doesn't work (cmd+click)

Open birosrichard opened this issue 1 year ago • 3 comments

Check for existing issues

  • [X] Completed

Describe the bug / provide steps to reproduce it

Hey, I'm currently on the Zed 0.119.21 and after installation, selecting theme + keybinding + installing CLI my code navigation between files and function definiton doesn't work. When I hover over function name (or import) while pressing CMD I don't see it is a link. I tried to reinstall Zed many times (been trying it from version 0.119.18) but I'm not able to fix the issue.

Environment

Zed: v0.119.21 (Zed) OS: macOS 14.1.1 Memory: 16 GiB Architecture: aarch64

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.

No response

birosrichard avatar Jan 30 '24 12:01 birosrichard

@birosrichard What language(s) are you seeing this with?

maxdeviant avatar Jan 30 '24 13:01 maxdeviant

Typescript/Node

birosrichard avatar Jan 30 '24 15:01 birosrichard

This happened to me as well in my first intallation of zed.

Checkout #4628 (this comment in particular)

Removing the package.json and node_modules from my home dir and reinstalling zed did de trick.

fran122157 avatar Jan 31 '24 17:01 fran122157

This happened to me as well in my first intallation of zed.

Checkout #4628 (this comment in particular)

Removing the package.json and node_modules from my home dir and reinstalling zed did de trick.

This actually fixed the problem. Thank you @fran122157!

birosrichard avatar Feb 04 '24 18:02 birosrichard

Gonna close this as if that's the issue you were having we have a fix in place which will go out in our next stable release Wednesday

ForLoveOfCats avatar Feb 05 '24 19:02 ForLoveOfCats