https://github.com/polyhedraldev/codetool
Terrascript support for IntelliJ
https://github.com/polyhedraldev/codetool
gui hacktoberfest intellij-plugin terra
Last synced: 7 days ago
JSON representation
Terrascript support for IntelliJ
- Host: GitHub
- URL: https://github.com/polyhedraldev/codetool
- Owner: PolyhedralDev
- License: mit
- Created: 2025-06-07T21:38:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-04T09:49:16.000Z (6 months ago)
- Last Synced: 2025-10-04T11:31:57.694Z (6 months ago)
- Topics: gui, hacktoberfest, intellij-plugin, terra
- Language: Kotlin
- Homepage:
- Size: 866 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terra Support for Intellij
[](https://plugins.jetbrains.com/plugin/27620-terra-codetool)
[Terra](https://terra.polydev.org/) is a modern world generation modding platform, primarily for Minecraft. Terra allows complete
customization of world generation with an advanced API, tightly integrated with a powerful configuration system. It also includes
a small programming language. This plugin provides syntax highlighting for this language
## Currently implemented features
- [x] Syntax highlighting
- [x] Formatting
- [x] Refactor/Rename
- [x] Navigate to creation
- [x] Static Autocompletion
- [x] Dynamic Autocompletion
- [x] Snippets
- [x] Inline Documentation
- [x] Blockstate Autocompletion
## Installation
- Open IntelliJ IDEA
- Go to Settings/Preferences > Plugins
- Switch to "Marketplace" tab
- Search for "Terra CodeTool"
- Click "Install"
## Usage
In any IntelliJ-Project, you can now enjoy IDE support for `*.tesf` files.