by Palm1r
QodeAssist is an AI-powered coding assistant plugin for Qt Creator
# Add to your Claude Code skills
git clone https://github.com/Palm1r/QodeAssist QodeAssist is a comprehensive AI-powered coding assistant plugin for Qt Creator. It provides intelligent code completion, interactive chat with multiple interface options, inline quick refactoring, and AI function calling capabilities for C++ and QML development. Supporting both local providers (Ollama, llama.cpp, LM Studio) and cloud services (Claude, OpenAI, Google AI, Mistral AI), QodeAssist enhances your productivity with context-aware AI assistance, project-specific rules, and extensive customization options directly in your Qt development environment.
⚠️ Important Notice About Paid Providers
When using paid providers like Claude, OpenRouter or OpenAI-compatible services:
- These services will consume API tokens which may result in charges to your account
- The QodeAssist developer bears no responsibility for any charges incurred
- Please carefully review the provider's pricing and your account settings before use
No comments yet. Be the first to share your thoughts!
QodeAssist enhances Qt Creator with AI-powered coding assistance:
Join our Discord Community to get support and connect with other users!
QodeAssistUpdater is a command-line utility that automates plugin installation and updates with automatic Qt Creator version detection and checksum verification.
Features:
Installation:
Download pre-built binary from QodeAssistUpdater releases or build from source
Usage:
# Check current status and available updates
./qodeassist-updater --status
# Install latest version
./qodeassist-updater --install
For more information, visit the QodeAssistUpdater repository.
The Quick Setup feature provides one-click configuration for popular cloud AI models. Get started in 3 easy steps:
All settings (provider, model, template, URL) are configured automatically. Just add your API key and you're ready to go!
For advanced users or local models, choose your preferred provider and follow the detailed configuration guide:
For optimal coding assistance, we recommend using these top-tier models:
Best for Code Completion & Refactoring:
Best for Chat Assistant:
Local models:
.qodeassistignoreQodeAssist offers two trigger modes for code completion:
Hint-based
Automatic(Default)
💡 Tip: Start with Hint-based to avoid unexpected costs. Switch to Automatic if using free local models.
Configure in: Tools → Options → QodeAssist → Code Completion → General Settings