Swift Declaration ReferencesCmd+Click a Swift declaration to list its references — the same muscle memory as TypeScript in VS Code / Cursor. WhyWith SourceKit-LSP, Cmd+Click on a usage jumps to the definition. On the declaration itself, Go to Definition often returns nothing, so Cmd+Click does nothing. TypeScript returns the current location and the editor falls through to Find All References. This extension fills that gap for Swift: at declaration sites it surfaces reference locations through the normal Cmd+Click gesture. Requirements
Usage
Usages still Cmd+Click to definition via SourceKit as usual. Notes
|