Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Vscode ClipboardNew to Visual Studio Code? Get it now.
Vscode Clipboard

Vscode Clipboard

Somto Ilo

|
65 installs
| (0) | Free
Save and manage repetitive code snippets in vscode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Viscode Clipboard

Viscode Clipboard is a VS Code extension that acts as a clipboard for saving repetitive lines of code that you can't memorize, like the Solidity SPDX license or other frequently used snippets. Users can save as many items as they want and paste them later, even after closing and reopening VS Code. The clipboard items remain unless deleted by the user. You can store items for a specific workspace or universally, depending on your preference.

Features

  • Save code snippets with labels: Easily save any code snippet with a custom label.
  • Store snippets globally or for the current workspace: Choose where to save your snippets for better organization.
  • Paste or delete snippets via a convenient UI: Manage your snippets easily through an intuitive interface.
  • Automatically save highlighted snippets: Use a default label based on the first few words of the snippet.

Installation

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking the Extensions icon in the Activity Bar on the side of the window or by pressing Ctrl+Shift+X.
  3. Search for "Viscode Clipboard".
  4. Click Install on the Viscode Clipboard extension.

Usage

Saving a Snippet Manually

  1. Use the command Save Clipboard Item (Ctrl+Alt+S).
  2. Enter the code snippet you want to save.
  1. Enter a label for the snippet.
  1. Choose whether to save the snippet for the current workspace or globally.

Managing Snippets

  1. Use the command Manage Clipboard Items (Ctrl+Alt+M).
  2. A list of saved snippets will be displayed, showing the label and a preview of the code snippet.
  1. Select a snippet to paste or delete.

Saving a Highlighted Snippet

  1. Highlight the code snippet in your editor.
  2. Use the command Save Highlighted Snippet (Ctrl+Alt+H).
  3. The first 2-3 words of the snippet will be used as the default label.
  4. Choose whether to save the snippet for the current workspace or globally.

Group snippets

  1. Use the command Save Clipboard Item (Ctrl+Alt+S).
  2. Enter the code snippet you want to save.
  3. Enter a label for the snippet.
  4. When prompted, choose "Yes" to save the snippet as part of a group.
  1. Provide a group name or select an existing group.
  2. Choose whether to save the snippet for the current workspace or globally.
  3. The snippet will be saved within the specified group.

Keybindings

  • Ctrl+Alt+S: Save a new clipboard item.
  • Ctrl+Alt+M: Manage clipboard items.
  • Ctrl+Alt+H: Save the highlighted snippet.

Tutorial Video

Your browser does not support the video tag.

Requirements

No additional dependencies are required for this extension.

Extension Settings

This extension contributes the following settings:

  • viscodeClipboard.enable: Enable/disable this extension.
  • viscodeClipboard.defaultScope: Set the default scope for saving snippets (workspace or global).

Known Issues

No known issues at this time. Please report any issues on the GitHub repository.

Following Extension Guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

  • Extension Guidelines

Working with Markdown

You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
  • Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
  • Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.

For More Information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

Author

Ilo Somtochukwu

  • Email
  • GitHub
  • Twitter

Contributing

Contributions are welcome! Please feel free to submit a Pull Request on GitHub.

License

This extension is licensed under the MIT License.

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