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.
You can install the extension directly from the VS Code Marketplace:
- Open the Extensions view in VS Code (
Ctrl+Shift+XorCmd+Shift+X). - Search for "Snipo".
- Click Install.
Alternatively, you can install it via the command line:
code --install-extension muhammadelashri.snipoIf you prefer to install from source:
- Download or generate the
snipo-*.vsixfile. - 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-*.vsixfile.
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!