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.
4
votes
When creating a new TypeScript file, the class name should automatically match the filename to reduce boilerplate and potential naming mismatches.