lsp-sourcekit
lsp-sourcekit copied to clipboard
lsp-mode :heart: Apple's sourcekit
I managed to get some autocomplete working but not for properties of a class/struct. It also stops working very often. Does anyone have any pointers how to get it to...
`company-mode` displays error in minibuffer: Company: An error occurred in auto-begin Company: backend company-capf error "request cancelled" with args (candidates let) Then I enabled lsp-mode debug with: ```elisp (setq lsp-log-io...
i have made the experience that after opening a `.swift` file and setting the project's root dir i get successful completion but after one interrupts the completion by keep typing...
this is my configuration: ``` (use-package lsp-sourcekit :ensure t :after lsp-mode :config (setq lsp-sourcekit-executable "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/sourcekit-lsp") (setq lsp-sourcekit-extra-args (quote ("-Xswiftc" "-sdk" "-Xswiftc" "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk" "-Xswiftc" "-target" "-Xswiftc" "x86_64-apple-ios13.6-simulator") ) ) ) ```
I'm using `lsp-sourcekit` with `company-mode` as part of an Doom Emacs configuration. When I start typing and company wants to present auto completion, the interface freezes for about a second....
Add support for C-family languages and did some cosmetic cleanup to match lsp-clangd.
I can only get lsp-sourcekit to give me the following in `*Messages*` buffer: ``` could not find manifest, or not a SwiftPM package: /path/to/current/directory could not open compilation database for...
And this appears in my `*Messages*` buffer: ``` Found the following clients for /Users/dave/src/hylo/Docs/MetatypeLowering.md: (server-id sourcekit-ls, priority 0) The following clients were selected based on priority: (server-id sourcekit-ls, priority 0)...