https://github.com/codeverdotdev/codever-intellij-plugin
Save and search code snippets on www.codever.dev from IntelliJ
https://github.com/codeverdotdev/codever-intellij-plugin
bookmarks intellij-plugin snippets
Last synced: 8 months ago
JSON representation
Save and search code snippets on www.codever.dev from IntelliJ
- Host: GitHub
- URL: https://github.com/codeverdotdev/codever-intellij-plugin
- Owner: CodeverDotDev
- Created: 2020-06-04T04:46:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T17:04:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T13:45:38.398Z (about 1 year ago)
- Topics: bookmarks, intellij-plugin, snippets
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/14456-codever-snippets/
- Size: 3.65 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Codever Snippets - Intellij Plugin
---
Save ans search snippets from IntelliJ IDEs on [Codever](https://www.codever.dev) easily.
> [Register](https://www.codever.dev/register) an account first and follow the [howto](https://www.codever.dev/howto) guides
> to help you get started
### Save snippet
**Select code snippet** > **right click** or **Ctrl+Shift+A** (**Cmd+Shift+A** on Mac) > **Save to Codever** :

### Search snippets
**Right click** or **Ctrl+Shift+P** (**Cmd+Shift+P** on Mac) > **Search on Codever**:
> You can select text in editor, which will be used as **initial value** in input dialog

## Install
Open the project in IntelliJ
## Deployment
The plugin DevKit provides a simple way to package plugins so we can install and distribute them.
Right-click the plugin project and select **“Prepare plugin module for Deployment”** (last entry in menu).
This will generate a JAR file inside the project directory - `codever-intellij-plugin.jar`
which you can install for testing from local disk:

## Publish to JetBrains repository
**Upload Update** in the [overview page](https://plugins.jetbrains.com/plugin/14456-codever-snippets) of the plugin