Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/underkoen/adventofcodeplugin
- Owner: UnderKoen
- License: mit
- Created: 2021-11-30T16:51:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T21:00:23.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T18:28:06.124Z (almost 2 years ago)
- Topics: advent-of-code, intellij, intellij-plugin
- Language: Java
- Homepage:
- Size: 1.44 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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