CodeSeek 🚀

CodeSeek is a powerful AI-powered coding assistant for VS Code that leverages DeepSeek's advanced AI models to enhance your coding experience. With intelligent code completion, interactive chat assistance, and automatic documentation generation, CodeSeek helps you write better code faster.

Features ✨
- 🧠 Intelligent Code Completions: Context-aware suggestions that understand your code structure and style
- 💬 AI Chat Assistant: Get coding help, explanations, and examples through an interactive chat interface
- 🏷️ Smart Name Suggestions: Generate meaningful variable, function, and class names for selected code
- 📚 README Generation: Automatically create comprehensive documentation for your projects
- ⚡ Real-time AI Assistance: Get help when you need it without leaving your editor
- 🔒 Secure API Key Management: Your DeepSeek API key is stored securely in VS Code settings
Installation 📦
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X
or Cmd+Shift+X
)
- Search for "CodeSeek"
- Click Install
- Reload VS Code
Configuration ⚙️
- Get your DeepSeek API Key
- Open VS Code Settings (
Ctrl+,
or Cmd+,
)
- Search for "CodeSeek"
- Enter your API key:
"codeseek.apiKey": "your-api-key-here"
Usage 🛠️
Code Completion
CodeSeek provides intelligent code completions as you type:
- Start typing code in any file
- CodeSeek will automatically suggest relevant completions based on context
- Press Tab or Enter to accept a suggestion
Chat Interface
Get help from the AI assistant through the chat panel:
- Open Command Palette (
Ctrl+Shift+P
or Cmd+Shift+P
)
- Select CodeSeek: Open Chat
- Type your coding questions or requests
- The AI will respond with explanations, examples, and solutions
Name Suggestions
Generate meaningful names for your code:
- Select a block of code (function, variable declaration, etc.)
- Right-click and choose CodeSeek: Suggest Names from the context menu
- Choose from the AI-generated naming options
- The selected name will replace your code selection
Generate README
Automatically create documentation for your project:
- Open a project folder in VS Code
- Open Command Palette and select CodeSeek: Generate README
- CodeSeek will analyze your project and generate a comprehensive README.md
- Review and save the generated documentation

Advanced Configuration ⚙️
CodeSeek offers additional configuration options to customize your experience:
{
"codeseek.apiKey": "your-api-key-here",
"codeseek.maxTokens": 100, // Adjust for longer/shorter completions
"codeseek.temperature": 0.7 // Lower for more deterministic responses, higher for more creative
}
Troubleshooting 🔧
Common issues and solutions:
Contributing 🤝
We welcome contributions! Please see our Contributing Guide.
License 📄
MIT License - See LICENSE for details.
View on GitHub: https://github.com/SH20RAJ/CodeSeek
Check us out on Product Hunt!
Disclaimer: This extension requires a valid DeepSeek API key. Usage may be subject to DeepSeek's terms of service.