插件开发之外的 IntelliJ Open API 使用
如何使用 IntelliJ Open API 的类来执行 Java 代码分析并将其转换为树节点?我指的是插件开发中使用的那些,但我想在插件开发的范围之外单独利用它们。
How can I use the classes of IntelliJ Open API that perform the analysis of the Java code and its conversion to Tree Nodes? I am referring to those being used in plugin development, but I want to exploit them separately out of the scope of plugin development.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过查看社区版?它是开源的,您可以轻松调试它。 (但我不确定它是否有开放 API) http://www.jetbrains.org/显示/IJOS/下载
Have you tried to look at community editon? It's opensource and you can debug it easily. (but I'm not sure it has Open API though) http://www.jetbrains.org/display/IJOS/Download
OpenAPI的核心最近在
UpSource
项目中使用,查看:https://upsource .jetbrains.com/
The core of OpenAPI was recently used in the
UpSource
project, check it out:https://upsource.jetbrains.com/