如何使用IntelliJ IDEA进行Eclipse插件开发?

如何使用IntelliJ IDEA进行Eclipse插件开发?

问题描述:

我必须为Eclipse开发一个插件,但我更喜欢IntelliJ IDEA作为IDE。是否可以为Eclipse插件开发配置IDEA?

I have to develop a plugin for Eclipse but I prefer IntelliJ IDEA as IDE. Is it possible to configure IDEA for Eclipse plugin development?

应该可以使用 Eclipse Tycho

您将使用maven并且与IntellIj完美配合。

You'll be using maven and that works perfectly with IntellIj.


Tycho专注于以Maven为中心,以清单优先的方式构建 Eclipse 插件,功能,更新站点, RCP应用程序和OSGi捆绑包。 Tycho是一套Maven插件和扩展,用于使用Maven构建 Eclipse 插件和OSGi包。

Tycho is focused on a Maven-centric, manifest-first approach to building Eclipse plug-ins, features, update sites, RCP applications and OSGi bundles. Tycho is a set of Maven plugins and extensions for building Eclipse plugins and OSGi bundles with Maven.