在 intellij 和 goland 之间共享热键设置?
share hotkey setup between intellij and goland?
在 JetBrains 的这两个 IDE 之间同步热键的最简单方法是什么?
我不想为 IntelliJ 使用 go 插件。我更喜欢隔离不同语言的 IDE
- 使用您的 JetBrains 帐户 share settings between IDEs with the Settings Sync plugin (needs to be installed for GoLand separately). See related blog post。
- 使用您自己的 git 存储设置的存储库,方法是配置 settings repository。
相关的更多详细信息 documentation article。
在 JetBrains 的这两个 IDE 之间同步热键的最简单方法是什么?
我不想为 IntelliJ 使用 go 插件。我更喜欢隔离不同语言的 IDE
- 使用您的 JetBrains 帐户 share settings between IDEs with the Settings Sync plugin (needs to be installed for GoLand separately). See related blog post。
- 使用您自己的 git 存储设置的存储库,方法是配置 settings repository。
相关的更多详细信息 documentation article。