Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.62 KB

File metadata and controls

39 lines (26 loc) · 1.62 KB

Snipo VS Code Extension

Visual Studio Marketplace Installs Visual Studio Marketplace Version

Snipo is a modern snippet manager designed to boost your productivity. This VS Code extension integrates your Snipo snippets directly into your editor, allowing you to access, search, insert, and save snippets without ever leaving your IDE.

Installation

You can install the extension directly from the VS Code Marketplace:

  1. Open the Extensions view in VS Code (Ctrl+Shift+X or Cmd+Shift+X).
  2. Search for "Snipo".
  3. Click Install.

Alternatively, you can install it via the command line:

code --install-extension muhammadelashri.snipo

Manual Installation

If you prefer to install from source:

  1. Download or generate the snipo-*.vsix file.
  2. In VS Code, open the Extensions view.
  3. Click the ... menu in the top right corner and select Install from VSIX....
  4. Locate and select the snipo-*.vsix file.

Configuration

Once installed, Snipo needs to connect to your backend:

  1. Click on the Snipo icon in the Activity Bar.
  2. Click the Configure Snipo gear icon in the title menu.
  3. Enter your Snipo Server URL (e.g. http://localhost:8080).
  4. Enter your API Token.

You're all set!