Home

OFF-SOFT.net

OFF-SOFT.net

This site is support & information site of WEB,and Software. This site might help you that create software or Web Site…perhaps?[:]

Copy Snippet for VSCode

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

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




  • はてなブックマークへ追加する
  • Facebookでシェアする
  • twitter でつぶやく
  • Google Plusでシェアする
  • Pocketでシェアする
ページトップへ