Model: Choose from supported AI models (GPT-4, GPT-3.5, Claude-3, Gemini-Pro)
Max Tokens: Control the length of AI responses
Extension Settings
Enable/Disable: Toggle the extension on or off
Logging Level: Set the verbosity of logs for debugging
.codehopperignore File
Create a .codehopperignore file in your workspace root to control which files the AI can access:
# Ignore log files
*.log
# Ignore the entire 'node_modules' directory
node_modules/
# Ignore all files in the 'temp' directory
temp/**
# But DO NOT ignore 'important.log'
!important.log
Usage
Commands
Code Hopper: Add to Chat - Add selected text to the chat
Code Hopper: Fix with Code Hopper - Fix errors in the current file
Code Hopper: Explain Code - Get an explanation of selected code
Code Hopper: Improve Code - Get suggestions for code improvement