TypescriptLensTrack TypeScript progress and recommend files for refactoring! TypescriptLens is a Visual Studio Code extension designed to help you monitor your workspace's progress in transitioning to TypeScript and identify the most frequently changed JavaScript files that might benefit from refactoring. Features1. TypeScript ProgressDisplays the percentage of TypeScript files in your project compared to JavaScript files. Provides a quick way to track your progress in adopting TypeScript. 2. Most Changed FilesLists the JavaScript files that are most frequently updated, based on Git history. Suggests files that might benefit from being refactored to TypeScript. 3. Quick NavigationClick on any file in the list to open it directly in the editor for review and refactoring. 4. Activity Bar IntegrationThe extension is accessible via the Activity Bar, with an intuitive icon and collapsible sections for a cleaner UI. Installation
How to Use
Requirements
Extension SettingsThis extension does not currently add any custom settings. Future updates may include configurable options like:
Known Issues
If you encounter any other issues, please report them on the GitHub issues page. Release Notes0.0.1
ContributingContributions are welcome! Check out the GitHub repository to report bugs, suggest features, or contribute code. Feedback and SupportFor questions or feedback, feel free to reach out through the GitHub repository. Enjoy a more organized migration to TypeScript! |