Add signature/qualifier for #39441

Squashed commit of the following:

commit 2bbee1ef5d
Author: Pine Wu <octref@gmail.com>
Date:   Wed Jan 22 11:48:44 2020 +0100

    Separate testing changes

commit 047e81e90f
Author: Pine Wu <octref@gmail.com>
Date:   Wed Jan 22 11:44:30 2020 +0100

    Tweak layout

commit 078b21f6dc
Author: Pine Wu <octref@gmail.com>
Date:   Tue Jan 21 15:20:07 2020 +0100

    UI changes

commit a869c0fa50
Author: Pine Wu <octref@gmail.com>
Date:   Tue Jan 21 12:28:35 2020 +0100

    WIP
This commit is contained in:
Pine Wu
2020-01-22 11:51:12 +01:00
parent 43bfc2cda0
commit 87cefc9bf6
6 changed files with 73 additions and 27 deletions

View File

@@ -1358,8 +1358,8 @@ export enum CompletionItemTag {
export interface CompletionItemLabel {
name: string;
// signature?: string; // parameters
// qualifier?: string;
signature?: string;
qualifier?: string;
type?: string;
}