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
Due to the way that snippets are currently implemented in this language server, textDocument/signatureHelp isn't that useful because there is no client-neutral way of invoking textDocument/signatureHelp after a textDocument/completion request (as described by Microsoft/language-server-protocol#274).
Still, this doesn't mean that textDocument/signatureHelp shouldn't be supported. I think the initial cut of this feature should cover the instruction flags in COPY and HEALTHCHECK and the escape parser directive. We can then add support for instruction arguments after that.
The text was updated successfully, but these errors were encountered:
Due to the way that snippets are currently implemented in this language server,
textDocument/signatureHelp
isn't that useful because there is no client-neutral way of invokingtextDocument/signatureHelp
after atextDocument/completion
request (as described by Microsoft/language-server-protocol#274).Still, this doesn't mean that
textDocument/signatureHelp
shouldn't be supported. I think the initial cut of this feature should cover the instruction flags inCOPY
andHEALTHCHECK
and theescape
parser directive. We can then add support for instruction arguments after that.The text was updated successfully, but these errors were encountered: