• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

IntelliJ and plugins

 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have never used IntelliJ, only Eclipse.
In Eclipse, we can add many plugins, easily managed with the Update Manager.
This brings lots of new functionality to Eclipse.

We all know how fast the Java community is moving, new frameworks, new xml files, new tools... With its plugins, Eclipse is responding pretty quickly to the changes.

Does IntelliJ support plugins, and how fast is it responding to the demand ?
If there is no plugin, do we have to pay for upgrades too ?
 
Christophe Verré
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oops, I've found http://plugins.intellij.net/ which answers part of my questions.
The only one left is : how fast is it responding to the demand ?
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually, the IntelliJ IDEA plugin repository is accessible from inside the IDE, with the help of the so-called Plugin Manager that will allow you to install/uninstall plugins, get info on new updates, etc. The site you are mentioning is mostly for the plugin developers who can upload new plugins and updates there. For the IDE user everything is much more friendly and intuitive :-)
[ April 11, 2006: Message edited by: Ann Oreshnikova ]
 
Ranch Hand
Posts: 948
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The plug-in model of Eclipse is both the best feature of Eclipse as well as its downfall. Who has time to evaluate 10 different plug-ins to support editing xml files? The beauty of IntelliJ is that it comes out of the box with high quality tools for the majority of your Java development tasks. Then of course JetBrains has limited resources so they cannot integrate every development project hence their need to support the plug-in community.

Plug-in development for IntelliJ does not have nearly the support that Eclipse has and few of the free IntelliJ plug-ins that I have tried added much value. In my view, in order to stay competitive with Eclipse, JetBrains will have to commit more resources to foster plug-in development as well as exert some level of quality control over the available plug-ins. If I can get a quality development tool along with a list of recommended plug-ins then I don't have a problem sending them my money. If I have to start sorting through the sea of open source plug-ins then I might as well switch to Eclipse or My Eclipse.

just my $0.02

- Brent
 
You don't like waffles? Well, do you like this tiny ad?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic