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