Jeff L.

Results 4 issues of Jeff L.

Hi @klaaspieter! This PR adds some `onLanguage:` entries to `package.json` to launch coc-sourcekit when a C, C++, Objective-C, or Objective-C++ file is opened. Jeff

This pull request adds support for `completionItem/resolve` to SourceKit-LSP. Unfortunately, the tests are disabled (and this PR is a draft) because SourceKit cannot provide `cursorinfo` via an USR for anything...

When statically compiling a package that `import`s `Foundation`, the build fails since `Dispatch` can't be loaded/found. To reproduce, run: ```bash $ swift package init --type executable ``` then add `import...

bug
duplicate
help wanted