Skip to content

Commit 0068eae

Browse files
authored
Merge pull request #342 from aminya/patch-1
add Atom package to Editors Readme
2 parents bb9560f + 8844041 commit 0068eae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Editors/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ After installing the extension, settings for SourceKit-LSP can be found in `Pref
2929
* `sourcekit-lsp.toolchainPath`: (optional) The path of the swift toolchain (sets `SOURCEKIT_TOOLCHAIN_PATH`). By default, sourcekit-lsp uses the toolchain it is installed in.
3030
* `sourcekit-lsp.tracing.server`: Traces the communication between VS Code and the SourceKit-LSP language server
3131

32+
## Atom
33+
34+
Download the `ide-sourcekit` package for Atom from [the corresponding package page](https://atom.io/packages/ide-sourcekit). It also contains installation instructions to get you started.
35+
3236
## Sublime Text
3337

3438
Before using SourceKit-LSP with Sublime Text, you will need to install the LSP package from Package Control. To configure SourceKit-LSP, open the LSP package's settings. The following snippet should be enough to get started with Swift.

0 commit comments

Comments
 (0)