
TypeScript Hero is dead (is yet another VS Code extension gone forever?)
I use TypeScript Hero every single day. Multiple times per hour, actually. One keyboard shortcut ( Ctrl+Alt+O ) and my messy imports transform into a well organized, alphabetically sorted list. Unused imports? Gone. Proper grouping? Done. Consistent formatting? Check. Then one day, VSCode hit me with a warning I couldn't ignore: "This extension is deprecated as it is no longer being maintained." My heart sank. Not another one! So, is TypeScript Hero dead? Yes! But there's a new hero in town! π¦ΈββοΈ Mini TypeScript Hero β Small hero. Big cleanup! The Problem Here's what TypeScript Hero does for me (and hopefully for you too): Before (the chaos): import { UserDetail } from ' ./components/user-detail ' ; import { Component } from ' @angular/core ' ; import { UnusedService } from ' ./services/unused ' ; import { Router } from " @angular/router " import { map , switchMap } from ' rxjs/operators ' ; import { OnInit , inject } from " @angular/core " import { BookList } from ' ./components/book-
Continue reading on Dev.to JavaScript
Opens in a new tab



