Skip to content

Commit bef42d7

Browse files
committed
Link to what we mean by completions
1 parent d9240f3 commit bef42d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

programming/editors/vscode.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ here.
2323

2424
## Code Completions
2525

26-
In order for VSCode to pick up the `sr.robot` library and offer completions
26+
In order for VSCode to pick up the `sr.robot` library and offer [completions][code-completion]
2727
you'll need to tell it where to find the library files:
2828

2929
1. Open the workspace containing your code.
@@ -55,6 +55,7 @@ you'll need to tell it where to find the library files:
5555

5656
then the path you should add is `"competition-simulator-<version>/modules/"`.
5757

58+
[code-completion]: https://en.wikipedia.org/wiki/Autocomplete#In_source_code_editors
5859
[workspace-settings]: https://code.visualstudio.com/docs/getstarted/settings#_creating-user-and-workspace-settings
5960

6061
## Interactive Debugging

0 commit comments

Comments
 (0)