From cc75b3c98f530031c27882cffa07b2dad862cd9b Mon Sep 17 00:00:00 2001 From: Koboo Date: Fri, 23 Jan 2026 17:20:27 +0100 Subject: [PATCH] feat: Add mention of IntelliJ UI plugin --- content/docs/en/guides/plugin/ui.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/docs/en/guides/plugin/ui.mdx b/content/docs/en/guides/plugin/ui.mdx index f3b1c81b..44ba737c 100644 --- a/content/docs/en/guides/plugin/ui.mdx +++ b/content/docs/en/guides/plugin/ui.mdx @@ -237,3 +237,12 @@ Enabling Diagnostic Mode in Hytale settings might give more information. ### Could not find document XXXXX for Custom UI Append command This means your .ui file wasn't in the location your Java code said it was, double check that your path is correct. + +## IntelliJ Plugin for UI-Files + +There is also a community plugin, which enables syntax highlighting, color picking +and code-completion for `*.ui` files. + +You can look it up here: + +https://plugins.jetbrains.com/plugin/29783-hytale-ui-support \ No newline at end of file