/copy_code

VS Code extension. Wraps your copied code to markdown code-blocks.

Primary LanguageJavaScript

Copy Code

Copy code with automatic code-block formatter with syntax highlight.

Copy Code icon

Features

Transform this: const a;

to this:

const a;

with adding template literals and new lines: ```\n${copiedContent}\n```

Default keybinding

  • Windows: Ctrl+Alt+C
  • Mac: Cmd+Shift+F9

Enjoy!