Chat makes it easy to ask for help from an AI without leaving your IDE. Get explanations, generate code, and iterate on solutions conversationally.Documentation Index
Fetch the complete documentation index at: https://docs.gourmand.dev/llms.txt
Use this file to discover all available pages before exploring further.
How to Use Chat - Basic Usage
How to Start a Conversation
Type your question or request in the chat input and press Enter. Examples:- âExplain this functionâ
- âHow do I handle errors in this code?â
- âGenerate a test for this componentâ
How to Include Code Context
Select code in your editor, then use the keyboard shortcut to include it in your chat:- VS Code
- JetBrains
Cmd/Ctrl + L to send selected code to chat
Press Cmd/Ctrl + J to send selected code to chat
How to Use @ for Additional Context
Type@ to include specific context:
@Files- Reference specific files@Terminal- Include terminal output
How to Work with Responses
When the AI provides code in its response, youâll see action buttons:- Apply to current file - Replace your selected code
- Insert at cursor - Add code at your cursor position
- Copy - Copy code to clipboard
What Are the Pro Tips for Chat
Start Fresh
PressCmd/Ctrl + L (VS Code) or Cmd/Ctrl + J (JetBrains) in an empty chat to start a new session.
Be Specific
Include details about:- What youâre trying to accomplish
- Any constraints or requirements
- Your preferred coding style or patterns
Iterate
If the first response isnât perfect:- Ask follow-up questions
- Request modifications
- Provide additional context
What Are Common Use Cases for Chat
Code Explanation
Select confusing code and ask âWhat does this code do?âBug Fixing
Include error messages and ask âHow do I fix this error?âCode Generation
Describe what you want: âCreate a React component that displays a user profileâRefactoring
Select code and ask âHow can I make this more efficient?âChat is designed for quick interactions and iterative problem-solving. Donât hesitate to ask follow-up questions!