Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Explain Code SimplyNew to Visual Studio Code? Get it now.
Explain Code Simply

Explain Code Simply

Payal Lenka

|
26 installs
| (0) | Free
Explain selected code using Gemini AI via a secure backend.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Explain Code Simply VS Code Extension

Explain Code Simply is a VS Code extension that explains selected code using Gemini AI via a secure backend. Select code, right-click, and choose "Explain Code Simply" to get an explanation in a side panel.

Features

  • Explains selected code using Gemini AI
  • Multiple explanation levels (e.g., "Explain like I'm 5", Beginner, Expert, Simple & Clear)
  • Multiple output styles (Summary, Step-by-step, Deep Dive, Highlight Issues)
  • Secure backend (default: deployed cloud backend)

Installation

  1. Install the extension from the VS Code Marketplace.
  2. No local backend setup is required by default. The extension uses a secure deployed backend:
    https://explain-code-vs-code-extention-back.vercel.app/explain
  3. (Optional) You can change the backend URL in the extension settings if you want to use your own server.

Usage

  1. Select any code in the editor.
  2. Right-click and choose Explain Code Simply from the context menu, or use the Command Palette (Ctrl+Shift+P) and search for "Explain Code Simply".
  3. Choose your desired explanation level and output style.
  4. The explanation will appear in a side panel.

Development

If you want to develop or test the extension locally:

  • Run npm install to install dependencies.
  • Run npm run compile to build the extension.
  • Press F5 to launch the extension in a new Extension Development Host window.
  • By default, the extension uses the deployed backend. You can change the backend URL in the extension settings if needed.

Configuration

  • explainCodeSimply.backendUrl: The backend URL for code explanation requests (default: deployed backend).
  • explainCodeSimply.defaultStyle: Default output style for explanations.

License

MIT

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