Home
last modified time | relevance | path

Searched refs:includeInlayVariableTypeHintsWhenTypeMatchesName (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DinlayHintsShouldWork67.ts18 includeInlayVariableTypeHintsWhenTypeMatchesName: true
23 includeInlayVariableTypeHintsWhenTypeMatchesName: false
Dfourslash.ts681 readonly includeInlayVariableTypeHintsWhenTypeMatchesName?: boolean;
/third_party/typescript/src/services/
DinlayHints.ts140 …const isVariableNameMatchesType = preferences.includeInlayVariableTypeHintsWhenTypeMatchesName ===…
/third_party/typescript/src/server/
Dprotocol.ts3513 readonly includeInlayVariableTypeHintsWhenTypeMatchesName?: boolean; property
/third_party/typescript/lib/
Dprotocol.d.ts2756 readonly includeInlayVariableTypeHintsWhenTypeMatchesName?: boolean; property
Dtsserverlibrary.d.ts4470 readonly includeInlayVariableTypeHintsWhenTypeMatchesName?: boolean; property
10261 readonly includeInlayVariableTypeHintsWhenTypeMatchesName?: boolean;
Dtypescript.d.ts4470 readonly includeInlayVariableTypeHintsWhenTypeMatchesName?: boolean; property
DtypescriptServices.d.ts4470 readonly includeInlayVariableTypeHintsWhenTypeMatchesName?: boolean; property
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts4470 readonly includeInlayVariableTypeHintsWhenTypeMatchesName?: boolean; property
10261 readonly includeInlayVariableTypeHintsWhenTypeMatchesName?: boolean;
Dtypescript.d.ts4470 readonly includeInlayVariableTypeHintsWhenTypeMatchesName?: boolean; property
/third_party/typescript/src/compiler/
Dtypes.ts9400 readonly includeInlayVariableTypeHintsWhenTypeMatchesName?: boolean; enumerator