An Intellij IDEA extension providing powerful tools for working with Kore, a Kotlin library for creating Minecraft datapacks without writing JSON.
An IntelliJ IDEA extension providing powerful tools for working with Kore, a Kotlin library for creating Minecraft datapacks without writing JSON. Features:
- Gutter icons for quick identification of Kore
DataPackobjects and functions. - A dedicated "Kore Elements" tool window to easily browse Kore components within your project.
Kore Assistant enhances your development experience with Kore by providing useful features directly within IntelliJ IDEA.
- Gutter Icons: Easily identify Kore
DataPackobjects and functions with dedicated icons in the editor gutter. - Kore Elements Tool Window: Browse and navigate through the Kore components (like datapacks, functions, tags, etc.) defined in your project using a dedicated tool window.
- Live Templates: Quickly create Kore
dataPackandfunctionblocks using thedpandfnlive templates respectively.
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Kore Assistant" > Install
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
- Gutter Icons: Look for the Kore icon (✨) next to your
DataPackobject declarations and function definitions. - Kore Elements Tool Window: Access the tool window via View > Tool Windows > Kore Elements. It displays a tree view of the Kore elements found in your current project.
This project is licensed under the MIT License - see the LICENSE file for details.
- Based on the IntelliJ Platform Plugin Template.