简体   繁体   中英

Generic plugin develop for eclipse IDE and intellij IDEA

I have develop plugin for eclipse IDE and also same plugin develop for IntelliJ IDEA. Is there any way how to develop plugin working for both eclipse IDE and 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. can i use?

No, this is not possible. The plugin API of Eclipse and IntelliJ IDEA is completely different; you'll need to develop two separate plugins.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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