Transform rough prompts into structured engineering prompts with AI.
Select any rough prompt text in your editor, press Ctrl+Shift+Alt+E (or Cmd+Shift+Alt+E on Mac), and get an enhanced, structured prompt — optimized for code generation, architecture discussions, and technical problem-solving.
Features
✨ One-click enhancement — Select text, press shortcut, get a polished prompt
📝 Context-aware — Automatically detects your file's programming language and tailors the output
⚡ Blazing fast — Powered by a multi-engine AI fallback system (Groq → Gemini → OpenCode Zen → NVIDIA NIM → OpenRouter)
🔧 Customizable — You can change the API URL in settings if you self-host the backend
Usage
Select the rough prompt text in your editor
Press Ctrl+Shift+Alt+E (or Cmd+Shift+Alt+E on Mac)
Or right-click and select "Prompt Enhancer: Enhance Selected Text"
Or click the $(wand) Enhance button in the status bar
The enhanced prompt replaces your selection immediately.
Quick Input (No Selection)
If nothing is selected, the shortcut opens an input box — type or paste your prompt and hit Enter.
Keyboard Shortcut
Action
Windows/Linux
macOS
Enhance selected text
Ctrl+Shift+Alt+E
Cmd+Shift+Alt+E
You can customize this shortcut in VS Code's Keyboard Shortcuts settings.
Extension Settings
This extension contributes the following settings:
promptEnhancer.apiUrl: Core API URL (default: https://prompt-enhancer-8gjq.onrender.com)
promptEnhancer.replaceSelection: Replace selected text (true) or insert below (false)
Requirements
VS Code 1.80.0 or higher
Internet connection (to reach the Prompt Enhancer API)
Release Notes
1.2.0
Improved UX — input box opens when no text is selected