Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TS autotypesNew to Visual Studio Code? Get it now.
TS autotypes

TS autotypes

thomas.ca

|
740 installs
| (0) | Free
Extension that will allow you to install all your typescript type for a project
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ts-autotypes

showcase

ts-autotype is a vscode extension that will allow you automatically import every @types dependencies in your typescript project using npm or yarn

Features

In order to auto import your types search for the command "Auto import types with npm/yarn", then wait for installation.

All dependencies and dev dependencies include in your package.json will be scan to see if a @types dependency exist and will install it.

showcase

Make sure that you have a package.json file at the root of your project

Release Notes

1.0.0

First version of the extension

features:

  • Import types with npm
  • Import types with yarn

1.0.1

improve package reading time


Contributing

All contributions are welcomed, since it's my first vscode extension I guess it's not perfect :stuck_out_tongue:.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft