bazelbuild / intellij

IntelliJ plugin for Bazel projects
https://ij.bazel.build/
Apache License 2.0
761 stars 303 forks source link

Goland 2024.1 Editor Problems Analysis Stuck #6406

Closed amjadtalib closed 4 months ago

amjadtalib commented 4 months ago

Description of the issue. Please be specific.

Syntax highlighting and indexing features stop working in GoLand after upgrading to 2024.1. Sometimes syntax highlighting works and I can cmd-click but the top-right corner of editor window is mostly stuck in perpetual Analyzing... state without any indication of IDE processing/indexing.

What's the simplest set of steps to reproduce this issue? Please provide an example project, if possible.

README from MRE https://github.com/amjadtalib/mre-bzl-goland-2024

Version information

GoLand: 2024.1 Platform: Mac OS X 14.4.1 Bazel for IntelliJ plugin: 2024.04.09.0.1-api-version-241 Bazel: 7.1.1

amjadtalib commented 4 months ago

Issue was related to PY-70729.

Fix for me was to install the JB Toml Plugin.

Thanks to @tpasternak for helping to resolve!

tpasternak commented 4 months ago

Thanks, I hope the actual fix will also land soon