iQooz Gen
  • iQooz Gen
    • What is iQooz Gen?
    • Setup and Installation
      • Install on VSCode
      • Install on JetBrains IDEs
      • Subscription Plans
      • Sign in
      • Extension Settings
      • Uninstall iQooz Gen
    • iQooz Gen Chat
      • Focus
        • Current File Focus
        • Git Diff Focus
      • Context
        • Add Context
        • Add image as Context
      • Commands
        • /ask
        • /changelog
        • /commit
        • /describe
        • /docstring
        • /enhance
        • /explain
        • /find-on-github
        • /generate-best-practices
        • /help
        • /improve
        • /issues
        • /quick-test
        • /recap
        • /review
        • /test-suite
      • Chat History
      • Model Selection
      • Company Codebase
    • Code Completion
    • Coding Agent
      • Tasks
      • Continuous Code Improvement
    • Test Generation
      • Using Test Generation
      • Behaviors
      • Test Suite
      • Configuration
      • Example Test
      • Context
      • Running Tests
    • Data Sharing
  • iQooz Cover
    • What is iQooz Cover?
    • Setup
      • GitHub Action
      • CLI
    • Feature Flags
    • Database Usage
    • Coverage Report
    • Examples
  • ALPHA CODIUM
    • What is AlphaCodium?
    • Setup
    • Usage
      • Configuration
      • Solving Problems
      • Solving the entire dataset
      • Evaluation
    • Technical Q&A
    • Research Paper
    • Example
Powered by GitBook
On this page
  1. iQooz Gen
  2. iQooz Gen Chat

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 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.

  • /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.

PreviousAdd image as ContextNext/ask

Last updated 5 months ago