Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions docs/install/ide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ a discussion on [GitHub](https://github.com/bazelbuild/bazel/discussions).

### IntelliJ, Android Studio, and CLion

[Official plugin](http://ij.bazel.build) for IntelliJ, Android Studio, and
CLion. The plugin is [open source](https://github.com/bazelbuild/intellij).
Official Bazel plugins exist for many of the JetBrains-associated IDEs.
Full documentation is linked from the listings on the JetBrains Marketplace:

This is the open source version of the plugin used internally at Google.
* [IntelliJ
plugin](https://plugins.jetbrains.com/plugin/22977-bazel)
* [Android Studio
plugin](https://plugins.jetbrains.com/plugin/9185-android-studio-with-bazel)
* [CLion plugin](https://plugins.jetbrains.com/plugin/9554-clion-with-bazel)

Features:

Expand All @@ -37,14 +41,8 @@ Features:

To install, go to the IDE's plugin browser and search for `Bazel`.

To manually install older versions, download the zip files from JetBrains'
Plugin Repository and install the zip file from the IDE's plugin browser:

* [Android Studio
plugin](https://plugins.jetbrains.com/plugin/9185-android-studio-with-bazel)
* [IntelliJ
plugin](https://plugins.jetbrains.com/plugin/8609-intellij-with-bazel)
* [CLion plugin](https://plugins.jetbrains.com/plugin/9554-clion-with-bazel)
To manually install older versions, download the zip files from the JetBrains
Marketplace and install the zip file from the IDE's plugin browser.
Comment on lines +44 to +45
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also publish builds on GitHub for CLwB (and legacy IJwB): https://github.com/bazelbuild/intellij/releases


### Xcode

Expand Down