Build Status | |
---|---|
Ubuntu | |
Windows | |
MacOS | |
Latest EAP Snapshot |
The plugin integrates the Google Cloud Platform into the IntelliJ IDEA UI. Currently this includes:
- Google Cloud Source Repositories Fully-featured private Git repositories hosted on Google Cloud Platform.
- The Google Cloud Debugger The Cloud Debugger can inspect the state of a Java application running on Google App Engine at any code location without stopping the application.
- Google App Engine deployment via the Cloud SDK.
- Google Cloud Storage Browse your Google Cloud Storage buckets.
- Google Cloud Java Client Libraries Add Java client libraries to your project and enable Google Cloud APIs.
For detailed user documentation go to our documentation website.
- IntelliJ IDEA Community Edition 2017.1 or later
- IntelliJ IDEA Ultimate Edition 2017.1 or later
You can find our plugin in the Jetbrains plugin repository by going to IntelliJ -> Settings -> Browse Repositories, and search for 'Google Cloud Tools'.
The pre-release binaries are being deployed to the Jetbrains plugin repository on an alpha channel. To install them please perform the following steps:
- Install the Google Cloud Tools plugin
- Copy this URL
https://plugins.jetbrains.com/plugins/alpha/8079
- Use the copied URL as the Custom Plugin URL when following these instrucions
- Search for the 'Google Cloud Tools' plugin and install it.
- Copy this URL
You can also grab the latest nightly build of the plugin by following the same steps as above but replacing 'alpha' with 'nightly' in the URLs.
If you wish to build this plugin from source, please see the contributor instructions.
None yet