Skip to content

peterbanfi/copy_code

Repository files navigation

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!