command Refactoring
rename
Rename a symbol (variable, function, class, file) across the entire codebase.
More in Refactoring
command
cleanup
Find and remove dead code, unused imports, and unreachable branches.
View → commanddead-code
Find and remove dead code from the codebase.
View → commandextract
Extract a function, component, or module from existing code into its own unit.
View → commandsimplify
Simplify code to improve readability and maintainability.
View → modeclean-architecture-mode
Expert in Clean Architecture, hexagonal architecture, and domain-driven design patterns
View → modecode-migration-mode
Expert in migrating codebases between languages, frameworks, and platforms
View →