AI-powered coding assistant with DeepSeek integration for VS Code, featuring intelligent code completion, chat assistance, and documentation generation.
- 🧠 Context-aware code completions
- 📚 README.md generation
- ⚡ Real-time AI assistance
- 🔒 Secure API key management
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X
orCmd+Shift+X
) - Search for "CodeSeek"
- Click Install
- Reload VS Code
- Get your DeepSeek API Key
- Open VS Code Settings (
Ctrl+,
orCmd+,
) - Search for "CodeSeek"
- Enter your API key:
"codeseek.apiKey": "your-api-key-here"
Just start typing - CodeSeek will automatically suggest completions.
- Open Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
) - Select CodeSeek: Open Chat
- Type your question/request
- Select code
- Right-click and choose CodeSeek: Suggest Names
- Choose from AI-generated options
- Open a project folder
- Run command CodeSeek: Generate README
- Review and save generated documentation
ezgif-668ffec999554.mov
Common issues:
-
No suggestions appearing?
- Verify API key is valid
- Check internet connection
- Ensure file type is supported
-
Slow responses?
- Reduce maximum token count in settings
- Check DeepSeek API status
We welcome contributions! Please see our Contributing Guide.
MIT License - See LICENSE for details.
View on GitHub: https://github.com/SH20RAJ/CodeSeek
Disclaimer: This extension requires a valid DeepSeek API key. Usage may be subject to DeepSeek's terms of service.