Skip to content

Commit 545e649

Browse files
hansonwlgeiger
authored andcommitted
Add signature help support
atom-languageclient@0.6.5 added support for adapting signature help. Try it out and let me know what you think! :) Contributed under CC0.
1 parent 13a4655 commit 545e649

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@
192192
"versions": {
193193
"0.1.0": "consumeDatatip"
194194
}
195+
},
196+
"signature-help": {
197+
"versions": {
198+
"0.1.0": "consumeSignatureHelp"
199+
}
195200
}
196201
},
197202
"providedServices": {

0 commit comments

Comments
 (0)