Skip to content

Commit 6d0a7ba

Browse files
committed
docs: add signatureHelp demo
1 parent a40cf73 commit 6d0a7ba

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ and an [event loop](http://sabre.io/event/loop/) for concurrency.
1919

2020
## Features
2121

22+
### [Completion](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#textDocument_completion)
23+
![Completion search demo](images/completion.gif)
24+
25+
### [Signature Help](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#textDocument_signatureHelp)
26+
![Signature help demo](images/signatureHelp.gif)
27+
2228
### [Go To Definition](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#goto-definition-request)
2329
![Go To Definition demo](images/definition.gif)
2430

images/signatureHelp.gif

317 KB
Loading

0 commit comments

Comments
 (0)