Swift Intellisense #23615
Replies: 3 comments
-
Is Cmd+Click not working? |
Beta Was this translation helpful? Give feedback.
-
I have no idea what the difference is between this integration with VS Code and the LSP that Zed uses, but Apple announced this at WWDC: https://github.com/swiftlang/vscode-swift It seems to add a bunch of new features to 3rd party editors, and it would be cool to see this integrated into Zed, in some sort of way, if possible. (cmd-click go to definition is included in this VSCode extension) |
Beta Was this translation helpful? Give feedback.
-
Unfortunately SourceKit-LSP doesn't support Xcode projects out of the box, so you may be interested in this: https://github.com/SolaWing/xcode-build-server |
Beta Was this translation helpful? Give feedback.
-
Check for existing issues
Describe the feature
While clicking on certain code elements, I want it to "Go to Definition" and open new tabs with that definition if needed
If applicable, add mockups / screenshots to help present your vision of the feature
Using Zed, while hovering over
View
, I'm getting this valuable information:I want to be able to click on

View
, like I'm able to do on Xcode:Beta Was this translation helpful? Give feedback.
All reactions