A Visual Studio Code extension for managing and copying your prompts efficiently.
- View and manage your prompts directly in VS Code's explorer
- Add, edit, and delete prompts with ease
- Copy individual prompts or all prompts at once
- Import and export prompts functionality
- Simple and intuitive interface
- Open VS Code
- Look for the "Prompts" view in the Explorer sidebar
- Use the ➕ button to add new prompts
- Click the prompt item to copy
- Other actions
- Edit the prompt
- Delete the prompt
- Copy the prompt
The extension provides the following commands:
- New Prompt (
prompter-by-lakphy.addPrompt
): Create a new prompt - Edit Prompt (
prompter-by-lakphy.editPrompt
): Modify existing prompts - Delete Prompt (
prompter-by-lakphy.deletePrompt
): Remove unwanted prompts - Copy Prompt (
prompter-by-lakphy.copyPrompt
): Copy a single prompt to clipboard - Copy All Prompts (
prompter-by-lakphy.copyAllPrompts
): Copy all prompts to clipboard - Export Prompts (
prompter-by-lakphy.exportPrompts
): Export all prompts to clipboard - Import Prompts (
prompter-by-lakphy.importPrompts
): Import prompts from clipboard
- Open VS Code
- Go to Extensions (Ctrl+Shift+X)
- Search for "Prompter by lakphy"
- Click Install
- VS Code version 1.86.0 or higher
Feel free to submit issues and enhancement requests on our GitHub repository.
This extension is licensed under the MIT License.
See CHANGELOG.md for detailed release notes.