Home

Awesome

VsCodeSnap is a fork of CodeSnap

📸 Take beautiful screenshots of your code in VS Code!

Example1

This fork changes:

Create this fork because original CodeSnap has not been updated for 16 months, neither pull request are been accepted.

Example2

Example3

Example4

If at any moment CodeSnap want to merge VsCodeSnap changes, just let me know to make a PR.

Instalation

Example5

Original readme from @adpyke.codesnap

Features

Usage Instructions

  1. Open the command palette (Ctrl+Shift+P on Windows and Linux, Cmd+Shift+P on OS X) and search for CodeSnap.
  2. Select the code you'd like to screenshot.
  3. Adjust the width of the screenshot if desired.
  4. Click the shutter button to save the screenshot to your disk.

Tips:

Configuration

VSCodeSnap is highly configurable. Here's a list of settings you can change to tune the way your screenshots look:

vscodesnap.backgroundPalette: Predefined background palettes.

vscodesnap.containerBackground: The background of the snippet's container. Only applies when Palette is Custom Can be any valid CSS background (including gradients).

vscodesnap.boxShadow: The CSS box-shadow for the snippet. Can be any valid CSS box shadow.

vscodesnap.transparentBackground: Boolean value to use a transparent background when taking the screenshot.

vscodesnap.target: Either container to take the screenshot with the container, or window to only take the window.

vscodesnap.containerPadding: The padding for the snippet's container. Can be any valid CSS padding.

vscodesnap.windowBorderRadius: Integer value to use rounded corners, or zero to use square corners for the window.

vscodesnap.showWindowControls: Boolean value to show or hide top bar with title + window buttons.

vscodesnap.windowTitleStyle: Window title style, can be folder_name - file_name, file_name, custom or none.

vscodesnap.windowTitleCustomStyle: Window title text when Title Style is set to none.

vscodesnap.showLineNumbers: Boolean value to show or hide line numbers.

vscodesnap.realLineNumbers: Boolean value to start from the real line number of the file instead of 1.

vscodesnap.trimEmptyLines: Trim off empty lines at the beginning and at the end.

Examples

Example gradient

Material Theme + Operator Mono

Example 1

Nord + Cascadia Code

Example 2

Monokai + Fira Code

Example 3

Acknowledgements

The great CodeSnap, for it great extension.

The great Polacode, for the initial concept.

Ray.so for some design inspiration. Carbon for some design inspiration.