Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/underkoen/adventofcodeplugin

A plugin to view AdventOfCode in your jetbrains editor!
https://github.com/underkoen/adventofcodeplugin

advent-of-code intellij intellij-plugin

Last synced: 3 months ago
JSON representation

A plugin to view AdventOfCode in your jetbrains editor!

Awesome Lists containing this project

README

        

# AdventOfCode

![Build](https://github.com/UnderKoen/AdventOfCodePlugin/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/18178-adventofcode.svg)](https://plugins.jetbrains.com/plugin/18178-adventofcode)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/18178-adventofcode.svg)](https://plugins.jetbrains.com/plugin/18178-adventofcode)

This plugin makes it so that you can view your [AdventOfCode](https://adventofcode.com/) challenges right in the editor!

## Installation

- Using IDE built-in plugin system:

Settings/Preferences > Plugins > Marketplace > Search for "AdventOfCodePlugin" >
Install Plugin

- Manually:

Download the [latest release](https://github.com/UnderKoen/AdventOfCodePlugin/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

---
Plugin based on the [IntelliJ Platform Plugin Template][template].

[template]: https://github.com/JetBrains/intellij-platform-plugin-template