You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ SourceKit-LSP is an implementation of the [Language Server Protocol](https://mic
7
7
8
8
SourceKit-LSP is under heavy development! The best way to try it out is to build it from source. You will also need a Swift development toolchain and an editor that supports LSP.
9
9
10
-
1. Install the `swift-DEVELOPMENT-SNAPSHOT-2018-11-01-a` toolchain snapshot from https://swift.org/download/. Set the environment variable `SOURCEKIT_TOOLCHAIN_PATH` to the absolute path to the toolchain or otherwise configure your editor to use this toolchain. See [Toolchains](#toolchains) for more information.
10
+
1. Install the `swift-DEVELOPMENT-SNAPSHOT-2018-11-25-a` toolchain snapshot from https://swift.org/download/#snapshots. Set the environment variable `SOURCEKIT_TOOLCHAIN_PATH` to the absolute path to the toolchain or otherwise configure your editor to use this toolchain. See [Toolchains](#toolchains) for more information.
11
11
12
12
2. Build the language server executable `sourcekit-lsp` using `swift build`. See [Building](#building-sourcekit-lsp) for more information.
13
13
@@ -51,7 +51,7 @@ SourceKit-LSP depends on tools such as `sourcekitd` and `clangd`, which it loads
51
51
52
52
### Recommended Toolchain
53
53
54
-
Use the `swift-DEVELOPMENT-SNAPSHOT-2018-11-01-a` toolchain snapshot from https://swift.org/download/#snapshots. It can be found under "Older Snapshots" as "November 1, 2018". SourceKit-LSP is still early in its development and we are actively adding functionality to the toolchain to support it.
54
+
Use the `swift-DEVELOPMENT-SNAPSHOT-2018-11-25-a` toolchain snapshot from https://swift.org/download/#snapshots. SourceKit-LSP is still early in its development and we are actively adding functionality to the toolchain to support it.
55
55
56
56
### Selecting the Toolchain
57
57
@@ -94,9 +94,6 @@ SourceKit-LSP is still in early development, so you may run into rough edges wit
94
94
95
95
### Caveats
96
96
97
-
* Indexing does not work on Linux (jump-to-definition, find references)
98
-
* Should be fixed in the next Swift snapshot by [swift-clang#219](https://github.com/apple/swift-clang/pull/219)
99
-
100
97
* SwiftPM build settings are not updated automatically after files are added/removed.
101
98
* **Workaround**: close and reopen the project after adding/removing files
0 commit comments