Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>PromptifyNew to Visual Studio Code? Get it now.
Promptify

Promptify

D Labs

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

Prompt Enhancer for VS Code

AI-powered prompt enhancement tool for developers to create better project specifications and requirements.

Features

  • 🚀 Instant Prompt Enhancement: Transform basic project ideas into detailed, structured requirements
  • 🎯 Project-Specific: Tailored for different project types (Web, Mobile, API, etc.)
  • 💻 Technology Focus: Specific enhancements based on your chosen technology stack
  • 🔄 Persistent History: Save and reference your previous prompts and enhancements
  • ⚙️ Customizable: Use your own API key and choose different AI models

How It Works

  1. Select your project type and technology
  2. Enter your basic project idea
  3. Get an enhanced, detailed prompt in seconds

Installation

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "Prompt Enhancer"
  4. Click Install

Setup

API Key Configuration

  1. Get your API key from Anthropic
  2. Open Command Palette (Ctrl+Shift+P)
  3. Search for "Prompt Enhancer: Set API Key"
  4. Enter your API key

Or add to settings.json:

{
    "promptEnhancer.apiKey": "your-api-key-here"
}

Usage

  1. Click the Prompt Enhancer icon in the Activity Bar
  2. Select project type (Website, App, API, etc.)
  3. Choose technology (React, Next.js, Flutter, etc.)
  4. Enter your project idea
  5. Click "Enhance Prompt" or press Enter

Example

Input:

A todo app with authentication

Output:

Project Requirements for Todo Application with Authentication:

1. User Authentication
   - User registration with email/password
   - Login/logout functionality
   - Password reset capability
   - JWT token-based session management

2. Todo Management
   - CRUD operations for todos
   - Task categorization
   - Due date assignment
   - Priority levels

Configuration

Setting Description Default
promptEnhancer.apiKey Your Anthropic API key ""
promptEnhancer.model AI model to use "claude-3.5-sonnet"
promptEnhancer.theme Light/Dark theme "auto"

Requirements

  • VS Code version 1.105.0 or higher
  • Active internet connection
  • Anthropic API key

Technical Details

  • Built with TypeScript
  • Uses Claude 3.5 Sonnet API
  • Supports Windows, macOS, and Linux

Changelog

1.0.0 (2024-03-XX)

  • Initial release
  • Basic prompt enhancement
  • Project type and technology selection
  • Settings management
  • Chat history

0.0.1 (2024-03-XX)

  • Alpha release for testing

Contributing

Contributions are welcome! Please check our Contributing Guidelines.

License

MIT License


Made with ❤️ by DLabs

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