Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>copysnippetNew to Visual Studio Code? Get it now.
copysnippet

copysnippet

Joe Kondo

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

Copy Snippet

Copy Snippet will show you as (suggested) snippets of any copied letters. It exists 2 copy commands that used Clipboard or not used it. You can use it very easy if you keybind its commands.

Commands

  • Copy Snippet Copy not Clipboard
    • command: copysnippet.copy
    • parameter: none
  • Copy Snippet Copy use Clipboard
    • command: copysnippet.clipboardCopy
    • parameter: none
  • Copy Snippet Max buffer count
    • command: copysnippet.maxcount
    • parameter: count num[1-50] (The input box will show if this parameter does not set.)
  • Copy Snippet On/Off toggle
    • command: copysnippet.toggle
    • parameter: none
  • Copy Snippet buffer Clear
    • command: copysnippet.clear
    • parameter: none

Operation

executing image

Keybinding

You can use copy command by short cut key. You will set in keybindings.json (Code|File > Preferences > Keyboard Shortcuts) add binding to copy command:

{
	"key": "ctrl+c",
	"command": "copysnippet.clipboardCopy",
	"when": "editorTextFocus" 
}

If you want not use Clipboard, you can use another copy command.

{
	"key": "ctrl+shift+c",
	"command": "copysnippet.copy",
	"when": "editorTextFocus" 
}

Known Issues

none.

License

MIT

Release Notes

0.5.0

Beta trial.

Information URL

  • home page : https://www.off-soft.net/en/copy-snippet
  • marketplace : https://marketplace.visualstudio.com/items?itemName=joekon.copysnippet
  • Special thanks for icon (public domain) :https://openclipart.org/detail/213259/mental-health-icon
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft