Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/fourslash/
DinlayHintsShouldWork37.ts18 includeInlayPropertyDeclarationTypeHints: true,
Dfourslash.ts682 readonly includeInlayPropertyDeclarationTypeHints?: boolean;
/third_party/typescript/src/services/
DinlayHints.ts57 … else if (preferences.includeInlayPropertyDeclarationTypeHints && isPropertyDeclaration(node)) {
/third_party/typescript/src/server/
Dprotocol.ts3514 readonly includeInlayPropertyDeclarationTypeHints?: boolean; property
/third_party/typescript/lib/
Dprotocol.d.ts2757 readonly includeInlayPropertyDeclarationTypeHints?: boolean; property
Dtsserverlibrary.d.ts4471 readonly includeInlayPropertyDeclarationTypeHints?: boolean; property
10262 readonly includeInlayPropertyDeclarationTypeHints?: boolean;
Dtypescript.d.ts4471 readonly includeInlayPropertyDeclarationTypeHints?: boolean; property
DtypescriptServices.d.ts4471 readonly includeInlayPropertyDeclarationTypeHints?: boolean; property
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts4471 readonly includeInlayPropertyDeclarationTypeHints?: boolean; property
10262 readonly includeInlayPropertyDeclarationTypeHints?: boolean;
Dtypescript.d.ts4471 readonly includeInlayPropertyDeclarationTypeHints?: boolean; property
/third_party/typescript/src/compiler/
Dtypes.ts9401 readonly includeInlayPropertyDeclarationTypeHints?: boolean; enumerator