Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/fourslash/
DinlayHintsShouldWork44.ts32 includeInlayEnumMemberValueHints: true,
Dfourslash.ts684 readonly includeInlayEnumMemberValueHints?: boolean;
/third_party/typescript/src/services/
DinlayHints.ts60 else if (preferences.includeInlayEnumMemberValueHints && isEnumMember(node)) {
/third_party/typescript/src/server/
Dprotocol.ts3516 readonly includeInlayEnumMemberValueHints?: boolean; property
/third_party/typescript/lib/
Dprotocol.d.ts2759 readonly includeInlayEnumMemberValueHints?: boolean; property
Dtsserverlibrary.d.ts4473 readonly includeInlayEnumMemberValueHints?: boolean; property
10264 readonly includeInlayEnumMemberValueHints?: boolean;
Dtypescript.d.ts4473 readonly includeInlayEnumMemberValueHints?: boolean; property
DtypescriptServices.d.ts4473 readonly includeInlayEnumMemberValueHints?: boolean; property
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts4473 readonly includeInlayEnumMemberValueHints?: boolean; property
10264 readonly includeInlayEnumMemberValueHints?: boolean;
Dtypescript.d.ts4473 readonly includeInlayEnumMemberValueHints?: boolean; property
/third_party/typescript/src/compiler/
Dtypes.ts9403 readonly includeInlayEnumMemberValueHints?: boolean; enumerator