sublimelsp / LSP

Client implementation of the Language Server Protocol for Sublime Text
https://lsp.sublimetext.io/
MIT License
1.65k stars 182 forks source link

Sourcekit lsp #863

Closed raffeyang closed 4 years ago

raffeyang commented 4 years ago

Any plan to support SourceKit LSP

rwols commented 4 years ago

You can always manually add an entry to the "clients" dictionary of your Packages/User/LSP.sublime-settings file.

In case of SourceKit-LSP, I believe you're supposed to download a nightly toolchain with the language server binary included: https://github.com/apple/sourcekit-lsp#getting-started

They even have instructions for Sublime Text it seems: https://github.com/apple/sourcekit-lsp/tree/master/Editors#sublime-text