Here’s a README.md file for your VS Code extension Nexora, formatted professionally with installation steps, features, usage instructions, and contribution guidelines.
DebugXpert - AI-Powered Code Assistant for VS Code
🚀 DebugXpert is an AI-powered VS Code extension that helps developers improve their code by providing error fixes, evaluation, security vulnerability detection, documentation, and autocompletions.
(Replace with actual logo if available)
✨ Features
✅ Fix Errors – Automatically detect and fix errors in your code using AI.
✅ Evaluate Code – Analyze code quality and suggest improvements.
✅ Check Vulnerabilities – Identify security risks in your code.
✅ Add Documentation – Generate documentation for your functions and classes.
✅ Auto Completion – Get AI-based autocomplete suggestions.
🛠 Installation
- Open VS Code.
- Go to Extensions (
Ctrl + Shift + X
).
- Search for "Nexora".
- Click Install.
- You're ready to go! 🎉
Alternatively, install via CLI:
code --install-extension your-publisher.nexora
🚀 How to Use
- Open your code file in VS Code.
- Click on the Nexora Sidebar or run commands from the Command Palette (
Ctrl + Shift + P
).
- Select one of the following commands:
Nexora: Fix Errors
Nexora: Evaluate Code
Nexora: Check Vulnerabilities
Nexora: Add Documentation
Nexora: Auto Complete
- Wait for AI to process and update your code.
⚙️ Commands
Command |
Description |
nexora.fixErrors |
Fixes syntax & logical errors in your code. |
nexora.evaluateCode |
Evaluates code quality and suggests improvements. |
nexora.checkVulnerability |
Scans for security vulnerabilities. |
nexora.addDocumentation |
Generates documentation for functions & classes. |
nexora.autoComplete |
Provides intelligent autocompletions. |
📸 Screenshots
(Add screenshots showing Nexora in action!)

🔧 Configuration
Nexora uses Google Gemini AI to analyze and improve your code. You need to set up an API key:
- Create a
.env
file in the project root.
- Add the following line:
GEMINI_API_KEY=your-api-key
- Restart VS Code to apply changes.
👨💻 Contributing
Contributions are welcome! Follow these steps to contribute:
- Fork the repository.
- Clone your forked repository:
git clone https://github.com/your-username/nexora.git
- Install dependencies:
npm install
- Make your changes and commit them.
- Push your changes:
git push origin your-branch
- Submit a Pull Request.
🐞 Issues & Support
If you encounter any bugs or issues, please open an issue on GitHub.
For discussions and feature requests, join our Discord community (Add Discord link if available).
📜 License
This project is licensed under the MIT License. See LICENSE for details.
🔹 Developed by [Your Name]
🔹 Follow me on GitHub | Twitter
🚀 Happy Coding! 🚀
Let me know if you want any modifications! 🚀