Property type inlay hints
Property type inlay hints show you the inferred types of properties in TypeScript and JavaScript.
Enable them in TypeScript using typescript.inlayHints.propertyDeclarationTypes.enabled
or javascript.inlayHints.propertyDeclarationTypes.enabled
in JavaScript.