An open API service indexing awesome lists of open source software.

https://github.com/codeverdotdev/codever-vscode

Easy save and search snippets to Codever from Visual Studio Code
https://github.com/codeverdotdev/codever-vscode

snippet-manager snippets vscode vscode-extension

Last synced: 9 months ago
JSON representation

Easy save and search snippets to Codever from Visual Studio Code

Awesome Lists containing this project

README

          

# Codever Visual Studio Code Extension

Save and search snippets to [Codever](https://www.codever.dev) from Visual Studio Code. You need to have a
[registered account](https://www.codever.dev/register) first.

> [Extensions](https://www.codever.dev/howto) are available also for browsers and IntelliJ IDEs. See our [howto](https://www.codever.dev/howto) guides
> to help you get started.

## Features

### Save snippets

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

![Save snippet to Codever demo](https://i.ibb.co/hZS8vzx/codever-vscode-extension-save-snippet-800x457.gif)

### Search my snippets

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

![Search snippet to Codever demo](https://i.ibb.co/PTyNfGT/codever-vscode-extension-search-snippet-800x457.gif)

## Publish

Use [`vsce`](https://vscode-docs.readthedocs.io/en/latest/tools/vscecli/) to package
and [publish](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) the extension:

```shell
vsce package
```

```shell
vsce publish
```

> Publisher is `codever` configured in [package.json](package.json) and the managing organisation is
> **CodeverDotDev**

> One needs to be logged in before publishing `vsce login` where a personal access token is passed
> to the vsce cli