My Commands
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 that want to standardize common development patterns across projects.
Prerequisites
- Install and enable WiseGPT in VS Code.
- Have a basic understanding of the tasks you want to automate.
- Clearly define your common coding patterns.
Steps
Select Command
Right-click the selected code, then select WiseGPT, and choose My Commands or use Shift + Cmd + M
.
Select the appropriate command from the list.
Review Code
Review the changes to ensure they meet your requirements, then 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.