简体   繁体   English

Eclipse IDE和IntelliJ IDEA的通用插件开发

[英]Generic plugin develop for eclipse IDE and intellij IDEA

I have develop plugin for eclipse IDE and also same plugin develop for IntelliJ IDEA. 我已经为Eclipse IDE开发了插件,也为IntelliJ IDEA开发了相同的插件。 Is there any way how to develop plugin working for both eclipse IDE and intelliJ IDEA. 有什么方法可以开发适用于Eclipse IDE和intelliJ IDEA的插件。 i want to allows to access the existing projects in the workspace, create new projects and modify and read existing projects. 我想允许访问工作区中的现有项目,创建新项目以及修改和读取现有项目。 Is there better way like Java parse or Abstract Syntax Tree. 是否有更好的方法,例如Java解析或抽象语法树。 can i use? 我可以用吗?

No, this is not possible. 不,这是不可能的。 The plugin API of Eclipse and IntelliJ IDEA is completely different; Eclipse和IntelliJ IDEA的插件API完全不同。 you'll need to develop two separate plugins. 您需要开发两个单独的插件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM