typeslens - Visual Studio Code ExtensionOverviewtypeslens is a Visual Studio Code extension designed to enhance your TypeScript development experience. It intelligently scans the imports in your code and alerts you whenever it detects a package that could benefit from TypeScript type definitions available on npm. If a corresponding @types package is available, typeslens suggests an inline notification, 'Install types for X (@types/X)', right in your imports. Features
Installation
UsageOnce installed, typeslens works automatically. Open any TypeScript file, and the extension will:
ContributingYour contributions are welcome! Whether it's bug reports, feature suggestions, or code contributions, please feel free to reach out or submit a pull request on our GitHub repository. SupportIf you encounter any issues or have questions, please file an issue on our GitHub issues page. LicenseThis project is licensed under MIT License. |