Skip to content

Commit

Permalink
Switch to use GIF (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim authored Jul 16, 2022
1 parent f2286c5 commit 6ff45c3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
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.

0 comments on commit 6ff45c3

Please sign in to comment.