Automatic Types Installation in Visual Studio Code
Summary of my bookmarked Github repositories from Oct 11th, 2019
Github repositories
- aleclarson/vs-auto-typings
vs-auto-typings is a dependency manager for @types/ packages in Visual Studio Code. It automatically installs and uninstalls @types/ packages based on the NPM dependencies in your project. The extension watches for changes in directories with a package.json and tsconfig.json files, allowing you to manage your @types/ dependencies by adding or removing the tsconfig.json file. It supports different package managers and allows you to choose the default namespace for @types/ packages. When adding a dev dependency, the associated @types/ package is always installed as a dev dependency.