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
- 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.
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.
Check CONTRIBUTING.md
file.
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.
Support us with a donation.
Copyright (c) 2018 Fabio Silva. See the LICENSE file for license rights and limitations.