This extension adds rich language support for the Swift language to VS Code. These features are provided by the Swift framework itself through SourceKit and SourceKitten.
- run npm install inside the
vscode-swift-language
andvscode-swift-language-server
folders - open VS Code on
vscode-swift-language
andvscode-swift-language-server
- open VS Code on
vscode-swift-language-server
- run
npm run compile
ornpm run watch
to build the server and copy it into thevscode-swift-language
folder - to debug press F5 which attaches a debugger to the server
- open VS Code on
vscode-swift-language
- run F5 to build and debug the extension