VS Code Extensions
Colin's Snippet Forge

Colin's Snippet Forge

by ColinGamez

Turn selected code into reusable VS Code workspace snippets with smart placeholder suggestions.

Downloads

0

Rating

(0)

Version

0.1.0

Last updated

May 19, 2026

Turn selected code into a clean VS Code workspace snippet without manually escaping JSON or rebuilding tab stops by hand.

Features

  • Suggest snippet prefixes from the selected code and current language.
  • Detect repeated identifiers and offer them as snippet placeholders.
  • Preview generated snippet JSON in an unsaved editor.
  • Save snippets to .vscode/colins-snippets.code-snippets or copy the JSON.
  • Open the workspace snippet file whenever you need to review it.

Usage

Select code in an editor, then run Colin's Snippet Forge: Forge Snippet From Selection from the Command Palette or editor context menu.

Local Development

npm install
npm run build
npx @vscode/vsce package --allow-missing-repository

Related extensions