Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 2.93 KB

README.md

File metadata and controls

57 lines (41 loc) · 2.93 KB

Google Cloud Platform Logo

Google Cloud Tools for IntelliJ plugin

Build Status
Ubuntu Build Status
Windows Build Status
MacOS Build Status
Latest EAP Snapshot Build Status

The plugin integrates the Google Cloud Platform into the IntelliJ IDEA UI. Currently this includes:

For detailed user documentation go to our documentation website.

Supported Platforms

  • IntelliJ IDEA Community Edition 2016.3 or later
  • IntelliJ IDEA Ultimate Edition 2016.3 or later

Installation

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.

Pre-releases

The pre-release binaries are being deployed to the Jetbrains plugin repository on an alpha channel. To install them please perform the following steps:

  1. Install the Google Account plugin
    1. Copy this URL https://plugins.jetbrains.com/plugins/alpha/8078
    2. Use the copied URL as the Custom Plugin URL when following these instrucions
    3. Search for the 'Google Account' plugin in the plugin manager and install it.
  2. Install the Google Cloud Tools plugin
    1. Use the same steps as step 1 but use the following URL https://plugins.jetbrains.com/plugins/alpha/8079
    2. When installing look for the 'Google Cloud Tools' plugin.

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.

FAQ

None yet