silvafabio / use-gists

Intellij plugin to use gists from Github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Gists 1.1.1

Use your Github gists right inside your Intellij IDE!

Copy and paste your gists to the project code you are working on.

Intellij plugins site: https://plugins.jetbrains.com/plugin/11080-use-gists

This project was inspired on the plugin getGists

Installation

  • Using Intellij IDE built-in plugin system:
    • File > Settings > Plugins > Browse repositories... > Search for "Use Gists" > Install Plugin
  • Manually:
    • Download the latest release and install it manually using File > Settings > Plugins > Install plugin from disk...

Restart IDE.

Usage

Usage

Changelog

v1.1.1 (2018-09-08)

  • Fix the issue (#4) where the user don't have any Github account configured and don't know what to do.

Full Changelog History

Contribution

Check CONTRIBUTING.md file.

Compiling the source code

To build the plugin run:

gradle build

All required dependencies are downloaded in the background and triggered properly during the build process. You can also test the plugin easily with running:

gradle runIdea

All of the gradle tasks can be connected to the IntelliJ debugger, so the development process is very easy.

Donate

Support us with a donation.

Donate

License

Copyright (c) 2018 Fabio Silva. See the LICENSE file for license rights and limitations.

About

Intellij plugin to use gists from Github

License:GNU General Public License v3.0


Languages

Language:Java 100.0%