Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2022-07-14-vscode-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The extension provides a package dependency view that shows a list of all your p

The language server protocol (LSP) is a standard for providing language features such as symbol completion and jump-to-definition in source code editors like Visual Studio Code. Swift support is available to LSP-compatible editors via Apple's SourceKit-LSP implementation. The Swift extension manages the running of a SourceKit-LSP server to provide these language features for Swift and C/C++ source files.

![Symbol completion]({{ site.baseurl }}/assets/images/vscode-extension-blog/symbol-completion.mp4)
![Symbol completion]({{ site.baseurl }}/assets/images/vscode-extension-blog/symbol-completion.gif)

### Debugger

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.