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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ provided.
40
40
41
41
| Request Name | Request Key | Description |
42
42
| -------------:|:------------|:------------|
43
-
|`codecomplete`|`codecomplete`| Given a file will open a code-completion session which can be filtered upon using `codecomplete.update`. Each session must be closed using `codecomplete.close`.|
44
-
|`open`|`codecomplete.open`|Open a code-completion session for the given input file and offset, and return the initial list of completions. |
43
+
|`codecomplete`|`codecomplete`|Open a code-completion session for the given input file and offset, and return the initial list of completions. |
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