You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/SourceKit/docs/Protocol.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ provided.
40
40
41
41
| Request Name | Request Key | Description |
42
42
| -------------:|:------------|:------------|
43
-
|`codecomplete`|`codecomplete`|Open a code-completion session for the given input file and offset, and return the initial list of completions. |
43
+
|`codecomplete`|`codecomplete`|Returns a list of completions. |
44
44
|`open`|`codecomplete.open`| Given a file will open a code-completion session which can be filtered using `codecomplete.update`. Each session must be closed using `codecomplete.close`. |
0 commit comments