Commands
Commands are what iQooz Gen Chat is all about. Call a command to unlock all of Chat's capabilities.
To call commands either:
Type them directly in the chatbox with a leading slash
/
.Manually select lines from your code, right-click and choose iQooz
Gen
, then pick a command from the list.
Commands
/ask
Ask any free-text question about your code.
/changelog
Update the Changelog file with a summary of recent changes.
/commit
Generate commit messages for staged changes.
/describe
Get a title and description for your next pull request.
/docstring
Automatically generate docstrings.
/enhance
Beautify and clean your code.
/explain
Understand how the selected code works.
/find-on-github
Find relevant open-source code on GitHub.
/generate-best-practices
Generate abest-practices.md
file./improve
Get suggestions to improve your code.
/issues
Identify potential issues within the code, such as security vulnerabilities or bugs.
/quick-test
Automatically generate unit tests.
/recap
Summarize all changes in the selected changeset.
/review
Get a comprehensive pull request review of the current changes, including analysis and feedback.
/test-suite
Get step-by-step examples to create a test suite.
Last updated