Create and manage code pastes directly from Visual Studio Code.
- 🚀 Create pastes from selection - Right-click on selected code to create a paste
- 📄 Create pastes from file - Share entire files with one command
- 📋 Paste management sidebar - View all your pastes in the sidebar
- 🔗 Quick URL copy - Automatically copies paste URL to clipboard
- 🗑️ CRUD operations - Create, read, update, and delete pastes
- 🔐 Secure authentication - Uses API tokens for secure access
- Install the extension from VS Code Marketplace
- Get your API token from Pastezen
- Run command:
Pastezen: Set API Token - Enter your token
- Select code in the editor
- Right-click →
Pastezen: Create Paste from Selection - Enter a title
- URL is automatically copied to clipboard!
- Open a file
- Right-click →
Pastezen: Create Paste from File - Enter a title
- URL is automatically copied to clipboard!
- Open the Pastezen sidebar (activity bar icon)
- View all your pastes
- Click to open in browser
- Use icons to copy URL or delete
Pastezen: Create Paste from Selection- Create paste from selected textPastezen: Create Paste from File- Create paste from entire filePastezen: Set API Token- Configure your API tokenPastezen: Refresh Pastes- Refresh paste listPastezen: Open Paste- Open paste in browserPastezen: Copy Paste URL- Copy paste URL to clipboardPastezen: Delete Paste- Delete a paste
pastezen.apiToken- Your Pastezen API tokenpastezen.apiUrl- API URL (default: https://backend.pastezen.com)pastezen.webUrl- Web URL (default: https://pastezen.com)pastezen.defaultVisibility- Default paste visibility (public/private)
- VS Code 1.75.0 or higher
- Pastezen account with API token
- Go to Pastezen
- Log in or create an account
- Navigate to API Tokens in the sidebar
- Click Create New Token
- Copy the token and paste it in VS Code
MIT