-
Complete at point using apple's swift language server [sourcekit-lsp](https://github.com/apple/sourcekit-lsp) will cause args-out-of-range error.
A test file named `test.swift` with content:
```…
galeo updated
4 years ago
-
https://github.com/apple/sourcekit-lsp works well with this project, and can run on Ubuntu unlike company-sourcekit
-
I have:
- downloaded the XCode 11 beta (Version 11.0 beta 2 (11M337n))
- Installed Swift v5.1 dev snapshot using `swiftenv`:
```bash
❯ swift -v
Apple Swift version 5.1-dev (LLVM b47beb8a70, Swift…
-
Just built and installed sourcekit-lsp from source using swift 5.1. Configured the extension and it starts without error. Installed "Maintained Swift Development Environment" version 2.8.1 from market…
-
Create Swift extension and make it available in Gitpod.
-
- Did you upgrade to latest plugin version?
yes
- Did you upgrade to/compile latest binary? Run shell command
`bin/languageclient --version` to get its version number.
- (Neovim users only) Di…
-
Which OS: Fedora 28
Which extension version: 0.8.6
Which LLDB version:
```
lldb version 5.0.0 (https://github.com/apple/swift-lldb.git revision 19b67d14444d5c2f4b1a614b799bb1d87c1776e0)
Swift-4…
-
I've tried to use eglot with microsoft's [python language server](https://github.com/Microsoft/python-language-server) and the following error was raised:
```
Debugger entered--Lisp error: (error …
galeo updated
4 years ago
-
Issue Type: Bug
I'm getting `[2019-10-10 23:16:49.910] [main] [trace] IPC#vscode:exit 0` on vscode logs, which kills the extension test AND host.
VS Code version: Code 1.39.1 (88f15d17dca83634…
-
Hello friends,
I am trying to learn Swift and coming from a LISP background I am quite "in love" with emacs.
My natural instinct was to look for a REPL workflow while learning swift and I found t…