coc-sourcekit
coc-sourcekit copied to clipboard
Is it still necessary to download a toolchain?
sourcekit-lsp seems to be included as part of XCode 11.4. Does this mean downloading a toolchain is no longer necessary ?
The path can be found using xcrun --find sourcekit-lsp and can be used as the command path to write and complete Swift, although couldn't get UIKit support to work
If sourcekit-lsp is provided by Xcode now than you shouldn't have to download a separate toolchain.
Under the hood coc-sourcekit already runs xcrun --toolchain swift --find sourcekit-lsp so it should automatically find the Xcode version if no other toolchains are installed.
@benwoodward @Matthewspear if it works, feel free to update the README 😄