Code Snippet Image Generator

Create beautiful, customizable code snippet images for your projects, blog posts, or social media. Created from this Medium article.

Editor

Appearance Settings

Preview

1// Editor basics
2"editor.fontSize": 14,
3"editor.fontFamily": "FiraCode Nerd Font, Consolas, 'Courier New', monospace",
4"editor.fontLigatures": true,
5"editor.wordWrap": "on",
6"editor.bracketPairColorization.enabled": true,
7"editor.guides.bracketPairs": true,
8"editor.renderWhitespace": "boundary",
9"editor.linkedEditing": true,
10"editor.occurrencesHighlight": true,
11"editor.suggestSelection": "first",
12"editor.tabSize": 2,