When using the go-to-definition functionality components for svelte, in zed, it opens a new tab called Definitions for ComponentNameHere.
I don't think this is intended/correct behaviour, I think it should open the entire file defining the component. Jumping to js definitions works correctly and opens the entire file where the thing is defined, at the correct line number (line number would be irrelevant for components).