mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Clarify ParameterInformation.label
This commit is contained in:
parent
cf05574f89
commit
335dd85172
1 changed files with 3 additions and 2 deletions
|
|
@ -3256,8 +3256,9 @@ interface ParameterInformation {
|
|||
* The label of this parameter information.
|
||||
*
|
||||
* Either a string or an inclusive start and exclusive end offsets within its containing
|
||||
* signature label. (see SignatureInformation.label). *Note*: A label of type string must be
|
||||
* a substring of its containing signature label.
|
||||
* signature label. (see SignatureInformation.label). *Note*: a label of type string should
|
||||
* be a substring of its containing signature label. Its intended use case is to highlight
|
||||
* the parameter label part in the `SignatureInformation.label`.
|
||||
*/
|
||||
label: string | [number, number];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue