From e1152a204b6660c4951a44bf7da477a311dbbea5 Mon Sep 17 00:00:00 2001 From: Googler Date: Thu, 20 Oct 2016 00:59:40 +0000 Subject: Bazel IntelliJ plugin blog post. -- MOS_MIGRATED_REVID=136666421 --- site/blog/_posts/2016-10-20-intellij-support.md | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 site/blog/_posts/2016-10-20-intellij-support.md (limited to 'site/blog') diff --git a/site/blog/_posts/2016-10-20-intellij-support.md b/site/blog/_posts/2016-10-20-intellij-support.md new file mode 100644 index 0000000000..6bd7a6a423 --- /dev/null +++ b/site/blog/_posts/2016-10-20-intellij-support.md @@ -0,0 +1,30 @@ +--- +layout: posts +title: IntelliJ and Android Studio support +--- + +We've recently open-sourced Bazel plugins for +[IntelliJ and Android Studio](https://ij.bazel.io). + +## Key Features ## + +* Import a project directly from a BUILD file. +* BUILD file integration: syntax highlighting, refactoring, find usages, + code completion, etc. [Skylark](/docs/skylark) + extensions are fully supported. +* Compile your project and get navigatable Bazel compile errors in the IDE. +* [Buildifier](https://github.com/bazelbuild/buildifier) integration +* Support for Bazel run configurations for certain rule classes. +* Run/debug tests directly through Bazel by right-clicking on + methods/classes/BUILD targets. + +## How do I get started? ## + +To try them out, you can install them directly from within the IDE +(**Settings > Plugins > Browse repositories**), download them from the +JetBrains [plugin repository](https://plugins.jetbrains.com/search/index?search=bazel), +or build directly from [source](https://github.com/bazelbuild/intellij). + +Detailed docs are available [here](https://ij.bazel.io). + +The plugins are currently Linux-only, with plans for Mac support in the future. -- cgit v1.2.3