Skip to content

socsieng/sublime-copy-code-snippet

Repository files navigation

Copy Code Snippet

Build Status Coverage Status

Sublime Text plugin for copying code snippets.

The copy process will left-justify code snippets to minimise whitespace when copy/pasting code. Ideal for producing documentation in markdown or WYSIWYG editor.

Supports copy/paste of multiple regions. Multiple regions are combined into one string joined with a comment (e.g. # code omitted, language specific comments supported).

Available Commands

  • Copy: Copy code snippet

Installation

Install using Package Control.

Issues

Reporting issues

Please report any issues with this plugin with the following sample structure in the body:

Sample input:

```
// provide sample here
```

Expected result:

```
// provide expected result here
```