Skip to content

Commit a458fc0

Browse files
Update copy
1 parent d566e7e commit a458fc0

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

_data/tools/editors.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
- name: Xcode
2-
description: Xcode helps improve your productivity by simplifying Swift development on macOS.
3-
link: https://xcode.apple.com
2+
description: Xcode is a complete IDE enabling you to develop, test, debug, and distribute apps for all Apple platforms on macOS.
3+
link: https://developer.apple.com/xcode
44
officially-supported: true
55
- name: Visual Studio Code
6-
description: Visual Studio Code provides a modern development environment for Swift through the Swift extension.
6+
description: Visual Studio Code is a cross-platform and extensible editor that supports Swift through the Swift extension, which provides intelligent editor functionality as well as debugging and test support.
77
link: https://code.visualstudio.com
88
guide: /documentation/articles/getting-started-with-vscode-swift.html
99
officially-supported: true
1010
- name: Emacs
11-
description: Emacs provides a flexible and powerful environment for writing Swift code.
11+
description: Emacs is an extensible cross-platform text editor. Swift editing support can be enabled through community provided packages.
1212
link: https://www.gnu.org/software/emacs/
1313
community-supported: true
1414
guide: /documentation/articles/zero-to-swift-emacs.html
1515
- name: Neovim
16-
description: Neovim is a robust and adaptable editing environment that boosts productivity and efficiency for Swift development.
16+
description: Neovim is an extensible cross-platform text editor. Swift editing support can be enabled through your pick of community provided plugins.
1717
link: https://neovim.io/
1818
guide: /documentation/articles/zero-to-swift-nvim.html
1919
community-supported: true
2020
- name: Other Editors
21-
description: Any editor that supports the Language Server Protocol (LSP) can use SourceKit-LSP to provide Swift support.
21+
description: Any editor that supports the Language Server Protocol (LSP) can use SourceKit-LSP to provide intelligent editor functionality for Swift.
2222
link: https://github.com/apple/sourcekit-lsp/tree/main/Editors#other-editors
2323
officially-supported: true
2424
guide: /documentation/articles/other-swift-editors.html

tools/_editors.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## Editors
22

3-
The listed text editors provide code completion and navigation, syntax highlighting, debugging, and build system integration enhancing code quality and productivity for Swift developers.
4-
53
<ul class="tool-list">
64
{%- for editor in site.data.tools.editors %}
75
<li class="tool">

tools/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ layout: page-wide
33
title: Tools
44
---
55

6-
Developers can use Swift editing tools to create and maintain Swift code more efficiently, leading to better outcomes and higher-quality software applications.
6+
Your favorite editor likely already supports Swift. Below are setup guides for some popular choices.
77

88
{% include_relative _editors.md %}

0 commit comments

Comments
 (0)