Picocontainer support?
Do you have any plans to support Picocontainer?
It looks that even IntelliJ itself is using it internally, and for plug-ins too, but still there's no support for picocontainer in user projects :(.
Spring on the other hand got much more attention and a plug-in :(.
Thanx,
Tom.
Please sign in to leave a comment.
Hello tbernhard,
What kind of support do you imagine? Picocontainer is just a Java library.
Just go ahead and use it. :)
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
It's quite an old thread. But I'm searching for something like this as well.
Spring is also just a java library :) or rather a set of libs.
Pico also handles DI. Meaning that for things like unused code, it would be nice if IDEA took it as one of the starting points.
Thanks