Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Paste clipboard as comma-separated listNew to Visual Studio Code? Get it now.
Paste clipboard as comma-separated list

Paste clipboard as comma-separated list

Michael Salim

|
214 installs
| (1) | Free
Pastes your clipboard as a comma-separated list
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

paste-comma-separated

This is a Visual Studio Code extension that provides a command to paste your clipboard as a comma-separated list

Example:

Lorem ipsum dolor sit amet => Lorem,ipsum,dolor,sit,amet

Useful when copying with multi cursor

Commands

"paste-comma-separated.pasteCommaSeparated"

By default, the shortcut is

Windows/Linux: ctrl+alt+v
Mac: shift+cmd+v

You can set your own shortcut, eg:

{
  "key": "ctrl+shift+alt+v",
  "command": "paste-comma-separated.pasteCommaSeparated",
}

Release Notes

Check CHANGELOG.md for more this

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