Commands

Commands are what Qodo Gen Chat is all about. Call a command to unlock all of the 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 Qodo Gen, then pick a command from the list.

Right click on selected lines

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 a best-practices.md file.

  • /improve

    Get suggestions to improve your code.

  • /issues

    Identify potential issues within the code, such as security vulnerabilities or bugs.

  • /recap

    Summarize all changes in the selected changeset.

  • /review

    Get a comprehensive pull request review of the current changes, including analysis and feedback.

  • /test Automatically generate an entire test suite or just a few tests.

Last updated

Was this helpful?