DEV Community

Cover image for Codever snippets VSCode Extension
Adrian Matei for Codever

Posted on

Codever snippets VSCode Extension

I've been using Visual Studio Code for some projects lately, so I made it easy now to save and search code snippets on Codever directly from Visual Studio Code via the Codever Snippets VSCode Extension.

You can see it in action in the following demos.

Save snippet

Select snippet, then right click or Ctrl+Shift+P (Cmd+Shift+P on Mac) and select Save snippet to Codever:

Save snippet to Codever

Search snippet

Right click or Ctrl+Shift+P (Cmd+Shift+P on Mac) and select Search my snippets on Codever:

Save snippet to Codever


The extension is free and open source on Github πŸ‘‡

GitHub logo CodeverDotDev / codever-vscode

Easy save and search snippets to Codever from Visual Studio Code


πŸ‘‰ Other extensions, like for IntelliJ or Browser can be found on the extensions page

Looking forward to your feedback in the comments below πŸ™

Oldest comments (2)

Collapse
 
klvenky profile image
Venkatesh KL

@ama the extension looks pretty interesting. People were bound to editor specific snippet libraries. I think there were few paid snippet managers. But this looks kind of interesting.
I've one question though,
Will it goto website for every query? Or is it synced locally?

Collapse
 
ama profile image
Adrian Matei • Edited

For the initial release it goes to the website for every query. For now I look it at as bookmarking own validated "recipes" to go back to later. In future releases, would be nice to sync with the website and maybe "suggest" more based on the context (but there are other tools for that, like the new Copilot from Github). Thanks for your input πŸ™