Skip to content
| Marketplace
Sign in
Visual Studio Code>Machine Learning>Lollms VS CoderNew to Visual Studio Code? Get it now.
Lollms VS Coder

Lollms VS Coder

ParisNeo

|
3 installs
| (0) | Free
AI-powered Visual Studio Code extension using Lollms OpenAI-compatible interface for smart coding, debugging, real-time enhancements, context management, and git commit message generation.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

lollms-vs-coder

Version License Languages Stars

Lollms-vs-coder is an AI-powered Visual Studio Code extension leveraging Lollms's OpenAI-compatible interface for advanced code assistance, debugging, real-time enhancements, context management, and automated git commit message generation with full versioning support.


Features

  • Conversational AI chat interface integrated into VS Code for coding assistance and debugging.
  • Real-time code enhancement, generation from comments, and smart autocompletion.
  • Add or remove files from AI context for precise and efficient prompt crafting.
  • Auto-generate conventional git commit messages based on staged code changes.
  • Full versioning support: AI-assisted changes are tracked via Git commits.
  • Configurable API host and key with an easy-access UI on the sidebar.
  • Lightweight, fast, and customizable to fit your AI coding workflow.

Installation

Install lollms-vs-coder directly from the Visual Studio Marketplace or build from source:

git clone https://github.com/ParisNeo/lollms-vs-coder.git
cd lollms-vs-coder
npm install
npm run compile
code .

Use the VS Code Extension Development Host to launch and test.


Configuration

Configure the Lollms API connection via the sidebar Lollms Settings panel or by manually editing your VS Code settings:

{
  "lollmsVsCoder.apiKey": "<YOUR_LOLLMS_API_KEY>",
  "lollmsVsCoder.apiUrl": "http://localhost:9642"
}

Usage

  • Use the Lollms: Start Chat command or the status bar button to open the AI chat panel.
  • Add or remove active files from AI context via command palette commands:
    • Lollms: Add File to AI Context
    • Lollms: Remove File from AI Context
  • Generate AI-suggested commit messages:
    • Lollms: Generate Git Commit Message
    • Lollms: Commit Staged Changes with AI Message

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check issues page if you want to contribute.


License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.


Links & Resources

  • Lollms GitHub - For Lollms API and backend info
  • VS Code Extension API - Official docs and guidelines

Made with 💙 using Lollms and VS Code APIs.

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