peterbanfi / copy_code

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

Home Page:https://marketplace.visualstudio.com/items?itemName=PeterBanfi.copy-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

https://marketplace.visualstudio.com/items?itemName=PeterBanfi.copy-code


Languages

Language:JavaScript 100.0%