I recently installed IntelliJ and added the ZigBrains plugin. I followed the quick setup guide and install instructions on zigtools, but I still cannot get the following: “an LSP status indicator should appear in the bottom right corner and turn to green when you open a .zig file in the editor.” The formatting somewhat works, but I think the IDE is using some default format because it doesn’t not use the same formatting patterns that VS Code uses (where ZLS is properly setup.) The syntax highlighting also somewhat works (see screenshot below). Lastly, import formatting completely doesn’t work, but I’m willing to chop that up to the lack of configuration that VS Code currently has. Any thoughts or recommendation on how to diagnose the root issues?
For context:
- Zig version: 0.14.0-dev.3010+fecdc53a4
- ZLS version: 0.14.0-dev.365+6a16b27
- Both are correctly on my system path
- IntelliJ version: 2024.3.2.2 (Community Edition)