Skip to content

JohnstonCode/vscode.clipboard-manager

 
 

Repository files navigation

Clipboard Manager

Version Installs Ratings

Build Status Build Status

Dependencies Status DevDependencies Status Greenkeeper badge

Known Vulnerabilities

Average time to resolve an issue Percentage of issues still open

Keep a history of your copied and cut items and re-paste.

Features

  1. Save history of all copied and cut items
  2. Paste from history
  3. Snippets to paste

Extension Settings

This extension contributes the following settings:

  • clipboard-manager.checkInterval: Time in milliseconds to check changes in clipboard
  • clipboard-manager.maxClips: Maximum number of clips to save in clipboard
  • clipboard-manager.maxSnippets: Maximum number of clips to suggests in snippets
  • clipboard-manager.avoidDuplicates: Avoid duplicate clips in the list
  • clipboard-manager.moveToTop: Move used clip to top int the list
  • clipboard-manager.onlyWindowFocused: Get clips only from VSCode
  • clipboard-manager.snippetPrefix: Default prefix for snippets completion (clip1, clip2, ...)

About

VSCode: Keep a history of your copied and cut items and re-paste

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%