Cloud Code for IntelliJ is a plugin that helps facilitates cloud-native development in the JetBrains family of IDEs. The plugin adds support for Kubernetes applications, as well as support for various Google Cloud Platform products.
- Kubernetes Streamline your Kubernetes development process in the JetBrains family of IDEs.
- Google Cloud Java Client Libraries Add Java client libraries to your project, enable Google Cloud APIs, and create service accounts.
- Google Cloud Storage Browse your Google Cloud Storage buckets.
- 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 or Kotlin application running on GCP without stopping or slowing down the application.
- Google App Engine deployment via the Cloud SDK.
- Learn More: Learn more about the Cloud Code Project and what it has to offer.
- Documentation: Visit our official documentation to learn more.
- Kubernetes Sample Applications: Starter applications for working with Kubernetes; available in Java, Node, Python, and Go.
- File an Issue: If you discover an issue please file a bug and we will address it.
- Request a Feature: If you have any feature requests, please file a request.
- FAQ/Troubleshooting
The Cloud Code for IntelliJ plugin supports JetBrains IDEs version 2019.1+:
- IntelliJ IDEA Ultimate or Community
- PyCharm Professional or Community
- WebStorm
- GoLand
- other JetBrains IDEs
For GCP functionality, full support is available for IntelliJ IDEA Ultimate Edition, with limited support for the other platforms. See this feature matrix for more details.
You can find our plugin in the Jetbrains plugin repository by going to IntelliJ -> Settings -> Plugins , and search for Cloud Code
in the 'Marketplace' tab.
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 Cloud Code plugin
- Copy this URL
https://plugins.jetbrains.com/plugins/alpha/8079
- Use the copied URL as the Custom Plugin URL when following these instructions
- Search for the 'Cloud Code' 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.