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: about 1 year 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T21:00:23.000Z (over 3 years ago)
- Last Synced: 2023-03-11T18:28:06.124Z (over 3 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

[](https://plugins.jetbrains.com/plugin/18178-adventofcode)
[](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