Golang Support
IntelliJ with Bazel

Go-lang Support

We support bazel Golang projects, integrating with the upstream Go plugin

Project Setup

  • Make sure you are using Ultimate Edition.

  • Follow these instructions to import your project.

  • Add go to your .bazelproject file’s additional_languages section:

    additional_languages:
      go
    
  • Run bazel sync to set up your modules and project SDK.