From 58078056f86263443ed609ef80f7d02f54ce93f7 Mon Sep 17 00:00:00 2001 From: Ilya K Date: Tue, 21 Mar 2023 19:18:29 +0300 Subject: [PATCH] Remove Atom from editors readme --- Editors/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Editors/README.md b/Editors/README.md index 87ea266db..2569c3eb8 100644 --- a/Editors/README.md +++ b/Editors/README.md @@ -20,10 +20,6 @@ In general, you will need to know where to find the `sourcekit-lsp` server exect The [Swift for Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang) uses SourceKit-LSP for code completion, jump to definition and error annotations. Install the extension from the marketplace to add it to your VSCode environment. -## Atom - -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. - ## Sublime Text 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.