Skip to content

Commit 4eced39

Browse files
committed
[SourceKit] Adds documentation for complete.open
1 parent bc3e242 commit 4eced39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/SourceKit/docs/Protocol.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ provided.
5454
}
5555
```
5656

57+
| Request Name | Request Key | Description |
58+
| -------------:|:------------|:------------|
59+
| `open` | `complete.open` | Given an input file, will determine at each offset what keyword is possible. Default offset is `0` if none is provided. |
60+
5761
### Response
5862

5963
```

0 commit comments

Comments
 (0)