My Commands
Use My Commands to create and manage personalized development commands for automating repetitive tasks.
Overview
This feature enables you to create custom commands tailored to your specific development needs. It provides a way to automate common tasks and implement consistent coding patterns across projects.
Why Use It
Custom commands streamline development by automating repetitive tasks and ensuring consistency in your codebase. This feature helps maintain coding standards while increasing productivity through personalized automation. It's particularly valuable for teams who want to standardize common development patterns across projects.
Prerequisites
- Install and enable WiseGPT in VS Code
- Basic understanding of the tasks you want to automate
- Clear definition of your common coding patterns
Steps
Select command
Right-click the selected code.
Select WiseGPT, then select My Commands or use Shift + Cmd + M
.
Select appropriate command from the list.
You can also click on the light bulb (💡) icon next to the selected code, then select Generate Code from TODOs.
Review code
Review the changes to ensure they meet your requirements.
Apply the changes to your codebase.
Troubleshooting
Can I modify existing commands?
Yes, you can edit and update any custom command. Learn more
How many custom commands can I create?
There is no strict limit, but consider organizing commands efficiently for easy management.