Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>NexoraNew to Visual Studio Code? Get it now.
Nexora

Nexora

AayushGid

|
3 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Here’s a README.md file for your VS Code extension Nexora, formatted professionally with installation steps, features, usage instructions, and contribution guidelines.


Nexora - AI-Powered Code Assistant for VS Code

🚀 Nexora is an AI-powered VS Code extension that helps developers improve their code by providing error fixes, evaluation, security vulnerability detection, documentation, and autocompletions.

Nexora Logo (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

  1. Open VS Code.
  2. Go to Extensions (Ctrl + Shift + X).
  3. Search for "Nexora".
  4. Click Install.
  5. You're ready to go! 🎉

Alternatively, install via CLI:

code --install-extension your-publisher.nexora

🚀 How to Use

  1. Open your code file in VS Code.
  2. Click on the Nexora Sidebar or run commands from the Command Palette (Ctrl + Shift + P).
  3. Select one of the following commands:
    • Nexora: Fix Errors
    • Nexora: Evaluate Code
    • Nexora: Check Vulnerabilities
    • Nexora: Add Documentation
    • Nexora: Auto Complete
  4. 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!)
Screenshot


🔧 Configuration

Nexora uses Google Gemini AI to analyze and improve your code. You need to set up an API key:

  1. Create a .env file in the project root.
  2. Add the following line:
    GEMINI_API_KEY=your-api-key
    
  3. Restart VS Code to apply changes.

👨‍💻 Contributing

Contributions are welcome! Follow these steps to contribute:

  1. Fork the repository.
  2. Clone your forked repository:
    git clone https://github.com/your-username/nexora.git
    
  3. Install dependencies:
    npm install
    
  4. Make your changes and commit them.
  5. Push your changes:
    git push origin your-branch
    
  6. 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! 🚀

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft