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.
For detailed user documentation go to our documentation website.
- IntelliJ IDEA Community Edition 2016.3 or later
- IntelliJ IDEA Ultimate Edition 2016.3 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'. You will see a prompt to install the 'Google Account' plugin which provides common Google settings to the plugin.
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 Account plugin
- Copy this URL
https://plugins.jetbrains.com/plugins/alpha/8078
- Use the copied URL as the Custom Plugin URL when following these instrucions
- Search for the 'Google Account' plugin in the plugin manager and install it.
- Copy this URL
- Install the Google Cloud Tools plugin
- Use the same steps as step 1 but use the following URL
https://plugins.jetbrains.com/plugins/alpha/8079
- When installing look for the 'Google Cloud Tools' plugin.
- Use the same steps as step 1 but use the following 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