VS Code tips — Variable type inlay hints for JavaScript and TypeScript

Опубликовано: 12 Октябрь 2021
на канале: Code 2020
4,878
49

See the inferred type of variables directly inline in your #JavaScript and #ypeScript code with variable type inlay hints.

You can enable them using javascript.inlayHints.variableTypes.enabled and typescript.inlayHints.variableTypes.enabled settings.