mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
vscode: redesign inlay hints to be capable of handling multiple editors
This commit is contained in:
parent
0e6d066a29
commit
6441988d84
2 changed files with 272 additions and 105 deletions
|
@ -98,8 +98,8 @@ export namespace InlayHint {
|
|||
range: lc.Range;
|
||||
label: string;
|
||||
}
|
||||
export type TypeHint = Common & { kind: Kind.TypeHint; }
|
||||
export type ParamHint = Common & { kind: Kind.ParamHint; }
|
||||
export type TypeHint = Common & { kind: Kind.TypeHint };
|
||||
export type ParamHint = Common & { kind: Kind.ParamHint };
|
||||
}
|
||||
export interface InlayHintsParams {
|
||||
textDocument: lc.TextDocumentIdentifier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue