eugenejeonme / CodeSnap-plus-fix

📸 Take beautiful screenshots of your code in VS Code! And you can hightlight the line just by click.

Home Page:https://marketplace.visualstudio.com/items?itemName=huibizhang.codesnap-plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeSnap-plus

(Fork from CodeSnap-plus)

📸 Take beautiful screenshots of your code in VS Code! And you can hightlight the line just by click the line number.

UI

Features

  • Can hightlight the line if you click line number
  • hightlight have 3 styles:
    • focus
    • git-add
    • git-remove

(For usage, can see the Hightlight Usage Instructions)

  • Original features of CodeSnap
    • Quickly save screenshots of your code
    • Copy screenshots to your clipboard
    • Show line numbers
    • Many other configuration options

Basic Usage Instructions

  1. Open the command palette (Ctrl+Shift+P on Windows and Linux, Cmd+Shift+P on OS X) and search for CodeSnap-plus-fix.
  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:

  • You can also start CodeSnap by selecting code, right clicking, and clicking CodeSnap
  • If you'd like to bind CodeSnap to a hotkey, open up your keyboard shortcut settings and bind codesnap-plus-fix.start to a custom keybinding.
  • If you'd like to copy to clipboard instead of saving, click the image and press the copy keyboard shortcut (defaults are Ctrl+C on Windows and Linux, Cmd+C on OS X), or bind codesnap.shutterAction to copy in your settings

Hightlight Usage Instructions

If you want to hightlight the line just click the line number, and the line will be hightlighted.

  • Click once: Style focus
  • Click twice: Style git-add
  • Click thrice: Style git-remove
  • Click four times: No hightlight

Examples

Hightlight Style: Focus

Hightlight-Style:Focus

Hightlight Style: Git-Add

Hightlight-Style:Focus

Hightlight Style: Git-Remove

Hightlight-Style:Focus

Material Theme + Operator Mono

Example 1

Nord + Cascadia Code

Example 2

Monokai + Fira Code

Example 3

Configuration

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

codesnap-plus-fix.backgroundColor: The background color of the snippet's container. Can be any valid CSS color.

codesnap-plus-fix.boxShadow: The CSS box-shadow for the snippet. Can be any valid CSS box shadow.

codesnap-plus-fix.containerPadding: The padding for the snippet's container. Can be any valid CSS padding.

codesnap-plus-fix.roundedCorners: Boolean value to use rounded corners or square corners for the window.

codesnap-plus-fix.showWindowControls: Boolean value to show or hide OS X style window buttons.

codesnap-plus-fix.showWindowTitle: Boolean value to show or hide window title folder_name - file_name.

codesnap-plus-fix.showLineNumbers: Boolean value to show or hide line numbers.

codesnap-plus-fix.realLineNumbers: Boolean value to start from the real line number of the file instead of 1.

codesnap-plus-fix.transparentBackground: Boolean value to use a transparent background when taking the screenshot.

codesnap-plus-fix.target: Either container to take the screenshot with the container, or window to only take the window.

codesnap-plus-fix.shutterAction: Either save to save the screenshot into a file, or copy to copy the screenshot into the clipboard.

codesnap-plus-fix.toolMode: Either advaced to the tools on toolbar, or simple to only show the shutter button.

Acknowledgements

The great Polacode, for the initial concept.

Carbon for some design inspiration.

About

📸 Take beautiful screenshots of your code in VS Code! And you can hightlight the line just by click.

https://marketplace.visualstudio.com/items?itemName=huibizhang.codesnap-plus


Languages

Language:CSS 49.9%Language:JavaScript 37.5%Language:HTML 12.7%