From db753b83f682d4d8a10aeeb4f182bce7a5c77a54 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Sat, 15 Dec 2018 21:39:39 -0800 Subject: [PATCH] LSP complaint --- LSP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/LSP.md b/LSP.md index 5d400da..83a613e 100644 --- a/LSP.md +++ b/LSP.md @@ -17,6 +17,7 @@ MaskRay's random complaints about Language Server Protocol * `textDocument/implementation` isn't clear. `textDocument/definition` isn't clear when it comes to the difference of declaration/definition. * `namespace DocumentHighlightKind` is not a bitmask. `Read` and `Write` cannot coexist. * Why can't we get more `namespace SymbolKind` constants sooner? https://github.com/Microsoft/language-server-protocol/issues/344 +* `textDocument/signatureHelp`: the position of `ParameterInformation::label` is unspecified: it is difficult to highlight `ParameterInformation::label` in `SignatureInformation::label` ## Stuff that needs attention