-
Research the way that the LSP format works and what libraries might be available for Swift to run an LSP server.
https://langserver.org/
nvgrw updated
6 years ago
-
It shall be possible to let users select the language server of their choice as all LSP implementations have their benefits and we explicitly do not want to compete.
Especially [RLovelett/langserve…
-
I am using swift package (SPM) with dependencies such as PerfectHTTPServer. is there any configuration I need to do to make autocomplete work?
Swift 4.1.2 and 4.0.3
-
```
~/s/langserver-swift (master|✓)
$ make debug
swift build -Xswiftc -target -Xswiftc x86_64-apple-macosx10.11
Updating https://github.com/thoughtbot/Argo.git
Updating https://github.com/RLovele…
-
```
...
Linking ./.build/x86_64-unknown-linux/debug/langserver-swift
/usr/bin/ld.gold: error: /home/rlovelett/Source/langserver-swift/.build/x86_64-unknown-linux/debug/LanguageServer.build/main.swi…
-
Hi Tony and others (if there are) ^^
I'm helping at the `langserver-swift` project and we'd like to have some cross-platform logging. And since I know for a fact that TraceLog _does_ work on both D…
-
I was reviewing the official golang project and some log tracking caught my eye.
You may consider cherry picking to catch bugs.
Go Language Server (Experimental)
To collect traces, set **…
-
```
macOS 10.13.6
Apple Swift version 4.1.2 (swiftlang-902.0.54 clang-902.0.39.2)
VSCode Version 1.25.0-insider (1.25.0-insider)
```
Hello, I've been following the steps on the main page here, …
-
Popup on all elements seem to work fine for me now!
Maybe just remove the XML Tags from the result by adding a simple filter which translates those tags into either "nothing", "a space" or "a newli…
-
Okay. So I've [asked in the forums](https://forums.swift.org/t/how-to-make-part-of-a-library-optional/13648) about how to tackle the issue that @tonystone presented at #44 [here](https://github.com/to…