Auto-naming TS Classes
When creating a new TypeScript file, the class name should automatically match the filename to reduce boilerplate and potential naming mismatches.
1
vote
When creating a new TypeScript file, the class name should automatically match the filename to reduce boilerplate and potential naming mismatches.