File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 23
23
24
24
## Code Completions
25
25
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 ]
27
27
you'll need to tell it where to find the library files:
28
28
29
29
1 . Open the workspace containing your code.
@@ -55,6 +55,7 @@ you'll need to tell it where to find the library files:
55
55
56
56
then the path you should add is ` "competition-simulator-<version>/modules/" ` .
57
57
58
+ [ code-completion ] : https://en.wikipedia.org/wiki/Autocomplete#In_source_code_editors
58
59
[ workspace-settings ] : https://code.visualstudio.com/docs/getstarted/settings#_creating-user-and-workspace-settings
59
60
60
61
## Interactive Debugging
You can’t perform that action at this time.
0 commit comments