Snipshelf for VSCode

Boost your productivity with reusable code snippets. Save, organize, and reuse your code efficiently.

Installation

Get started with Snipshelf in just a few steps.

Install Snipshelf directly from VSCode's extension marketplace:

F1orCMD + Shift + P

Type install

Select "Extensions: Install Extension:Snipshelf"

Setup

Configure Snipshelf with your API key to get started.

Authentication

  1. 1Press CMD + Shift + P and type snip:auth
  2. 2Type your API Key and Press Enter
  3. Congratulations! You are now ready to use Snipshelf!

Usage Guide

Learn how to save and reuse your code snippets.

Save a Snippet

  1. 1Select any part of code that you want to save
  2. 2Press CMD + Shift + P and type snip:push
  3. 3Select a Name for your Snippet and Press Enter
  4. 4Your snippet is now saved and ready to use!

Use a Snippet

  1. 1Press CMD + Shift + P and type snip:pull
  2. 2Select a Snippet from your collection
  3. 3The code is now inserted at your cursor position!