aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--site/_layouts/documentation.html1
-rw-r--r--site/docs/ide.md32
2 files changed, 33 insertions, 0 deletions
diff --git a/site/_layouts/documentation.html b/site/_layouts/documentation.html
index 95600acb29..6e39c2b40c 100644
--- a/site/_layouts/documentation.html
+++ b/site/_layouts/documentation.html
@@ -57,6 +57,7 @@ nav: docs
<li><a href="/versions/{{ site.version }}/tutorial/ios-app.html">Build an iOS App</a></li>
</ul>
</li>
+ <li><a href="/versions/{{ site.version }}/ide.html">IDE Integration</a></li>
</ul>
<h3>Using Bazel</h3>
<ul class="sidebar-nav">
diff --git a/site/docs/ide.md b/site/docs/ide.md
new file mode 100644
index 0000000000..2a7f8abb5d
--- /dev/null
+++ b/site/docs/ide.md
@@ -0,0 +1,32 @@
+---
+layout: documentation
+title: IDE integration
+---
+
+# Integrating Bazel with IDEs
+
+Bazel currently integrates with the following IDEs via third-party solutions:
+
+* Android Studio
+
+* CLion
+
+* IntelliJ
+
+* Xcode
+
+## IDE plug-ins
+
+[Plug-ins](http://ij.bazel.build) for Android Studio, CLion, and IntelliJ
+enable you to:
+
+* Import BUILD files into the IDE
+
+* Make your IDE aware of Bazel's build and Skylark languages
+
+* Build, test, and execute binaries directly from the IDE
+
+## Tulsi
+
+[Tulsi](http://tulsi.bazel.build) generates Bazel-compatible Xcode projects from
+Bazel's `BUILD` files.