Welcome to the Angular Renamer extension for Visual Studio Code โ your ultimate companion for effortless refactoring in Angular projects! ๐
Are you tired of the tedious process of manually renaming components, services, and other Angular entities? Say goodbye to the hassle! Angular Renamer is here to revolutionize your development workflow, providing lightning-fast, error-free renaming with just a few clicks.
Dive into the well-organized structure that powers Angular Renamer:
src/
โโโ components/
โ โโโ components_handlers.ts // Component-specific logic
โ โโโ handlers.ts // Main component renaming orchestrator
โ โโโ index.ts // Convenient exports
โ โโโ renamers.ts // File and folder renaming utilities
โโโ general/
โ โโโ checker.ts // Entity type identification
โ โโโ handlers.ts // Generic renaming logic
โ โโโ index.ts // Unified exports
โ โโโ utilities.ts // Shared helper functions
โโโ settings/
โ โโโ settings.interface.ts // Contain Settings ibterface
โ โโโ index.ts // Unified exports and handle function
โ โโโ utilities.ts
โโโ extension.ts // Entry point of the extension
components_handlers.ts
: Houses the brilliant minds behind component class name generation and replacement.handlers.ts
: The maestro orchestrating the entire renaming symphony for components.renamers.ts
: The skilled artist meticulously renaming files and folders.checker.ts
: Our detective, identifying Angular entities with Sherlock-like precision.handlers.ts
: The swiss army knife for renaming services, guards, pipes, and directives.utilities.ts
: A treasure trove of helper functions, making our extension smarter by the day.While Angular Renamer works wonders out of the box, we know you love to tinker. Here are some ways to customize your experience:
To access these settings:
Running into a hiccup? No worries! Try these steps:
Still stuck? Don't hesitate to reach out to our support team!
We love hearing from you! Head over to our GitHub Issues page to:
Awesome! We're always looking for fellow developers to make Angular Renamer even better:
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Check out our Contribution Guidelines for more details.
Angular Renamer is proudly open source, licensed under the MIT License. See the LICENSE file for the full legal text.
Questions? Suggestions? Just want to say hi? We'd love to hear from you!
๐๐คฉ May your Angular coding time be happy and crazy ๐คฉ๐
Empowering developers to focus on what matters most โ building amazing Angular applications! ๐
Made with โค๏ธ by developers, for developers.