aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/ide.md
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-08-16 23:13:19 +0200
committerGravatar Irina Iancu <elenairina@google.com>2017-08-17 09:54:25 +0200
commit102e45872a0c1c70b04d66070530d6b6943566df (patch)
treed95efe8fe2b45c294516696e2395f83d8c065cd3 /site/docs/ide.md
parentf107a53c916d4f6f1fab0fa011ebf9c1d920b1c7 (diff)
Link to the Tulsi and IntelliJ plugin pages.
PiperOrigin-RevId: 165493537
Diffstat (limited to 'site/docs/ide.md')
-rw-r--r--site/docs/ide.md32
1 files changed, 32 insertions, 0 deletions
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.