Home
last modified time | relevance | path

Searched refs:includeInlayVariableTypeHints (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DinlayHintsShouldWork67.ts17 includeInlayVariableTypeHints: true,
22 includeInlayVariableTypeHints: true,
DinlayHintsShouldWork20.ts6 includeInlayVariableTypeHints: false
DinlayHintsShouldWork18.ts7 includeInlayVariableTypeHints: true
DinlayHintsShouldWork21.ts6 includeInlayVariableTypeHints: true
DinlayHintsShouldWork15.ts24 includeInlayVariableTypeHints: true
DinlayHintsShouldWork22.ts6 includeInlayVariableTypeHints: true
DinlayHintsShouldWork17.ts6 includeInlayVariableTypeHints: true
DinlayHintsCrash1.ts12 includeInlayVariableTypeHints: true,
DinlayHintsShouldWork45.ts14 includeInlayVariableTypeHints: true,
DinlayHintsShouldWork19.ts14 includeInlayVariableTypeHints: true
DinlayHintsShouldWork48.ts15 includeInlayVariableTypeHints: true
DinlayHintsShouldWork46.ts31 includeInlayVariableTypeHints: true,
DinlayHintsShouldWork56.ts33 includeInlayVariableTypeHints: true
DinlayHintsShouldWork51.ts44 includeInlayVariableTypeHints: true,
Dfourslash.ts680 readonly includeInlayVariableTypeHints?: boolean;
/third_party/typescript/src/services/
DinlayHints.ts54 if (preferences.includeInlayVariableTypeHints && isVariableDeclaration(node)) {
/third_party/typescript/src/server/
Dprotocol.ts3512 readonly includeInlayVariableTypeHints?: boolean; property
/third_party/typescript/lib/
Dprotocol.d.ts2755 readonly includeInlayVariableTypeHints?: boolean; property
Dtsserverlibrary.d.ts4469 readonly includeInlayVariableTypeHints?: boolean; property
10260 readonly includeInlayVariableTypeHints?: boolean;
Dtypescript.d.ts4469 readonly includeInlayVariableTypeHints?: boolean; property
DtypescriptServices.d.ts4469 readonly includeInlayVariableTypeHints?: boolean; property
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts4469 readonly includeInlayVariableTypeHints?: boolean; property
10260 readonly includeInlayVariableTypeHints?: boolean;
Dtypescript.d.ts4469 readonly includeInlayVariableTypeHints?: boolean; property
/third_party/typescript/src/compiler/
Dtypes.ts9399 readonly includeInlayVariableTypeHints?: boolean; enumerator