【发布时间】:2019-06-11 21:39:31
【问题描述】:
我正在尝试使用 PSI 为 Intellij 实现 Golang 代码生成/自动完成插件,因此我需要添加对 Golang 插件的依赖项。这看起来像我想做的 - https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html
现在的问题是如何确定我正在使用的插件的 ID、名称和版本? It does not seem to be anywhere in the plugin preferences
PSI 元素属于 com.goide.psi.impl.GoTypeImpl 类和类似的。
【问题讨论】: