如何让 Google Cloud 插件在 Goland 和 PyCharm 中工作?

How can I get Google Cloud plugin to work in Goland and PyCharm.?

我想要 Google Cloud Tools 插件以与 PyCharm 和 Goland

一起使用

我下载了插件的 .zip,并将每个 IDE 指向它,然后安装了它。在每种情况下,我都会收到以下错误:

Plugin Error
            Problems found loading plugins:
            Plugin "Google Cloud Tools" was not loaded: required plugin "org.jetbrains.plugins.gradle" not installed.
            Disable Google Cloud Tools
            Open plugin manager

有人可以指出正确的方向来解决这个问题吗?

Google Cloud Tools 插件似乎对 Grade 插件有硬依赖性。您应该向 Google Cloud Tools 插件的维护者提出问题,并要求他们将 Grade 依赖项设为可选。另一种解决方案是切换到 IntelliJ IDEA Ultimate。

在我们 4 月或 5 月的版本中,PyCharm 和 Goland 中应该可以使用与语言无关的功能,例如云存储库和 GCS 浏览器。

You can track the work to support this

想回到这里让大家知道现在可以提供此支持。您可以在此处访问该插件的主页:https://plugins.jetbrains.com/plugin/8079-cloud-code/ 它可以作为标准插件安装。谢谢!