Overview Version History Q & A Rating & Review
Snipo VS Code Extension
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 :
Open the Extensions view in VS Code (Ctrl+Shift+X or Cmd+Shift+X).
Search for "Snipo".
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:
Download or generate the snipo-*.vsix file.
In VS Code, open the Extensions view.
Click the ... menu in the top right corner and select Install from VSIX... .
Locate and select the snipo-*.vsix file.
Configuration
Once installed, Snipo needs to connect to your backend:
Click on the Snipo icon in the Activity Bar.
Click the Configure Snipo gear icon in the title menu.
Enter your Snipo Server URL (e.g. http://localhost:8080).
Enter your API Token.
You're all set!