Minimum intellij-community version
Is it possible to build a versio of intellij-community that doesn't include, Java, JSON, HTML, etc... just barebones? I've made a few attempts at removing various things, but I generally run into dependency issues during compile.
Please sign in to leave a comment.
Hello Brent,
unfortunately there is no simple way to do this. You would need to remove unnecessary modules and libraries from layouts.gant script, and remove
unnecessary components from IdeaPlugin.xml (and other files it includes). We work to make our platform more modular but it's a long way.
--
Nikolay Chashnikov
JetBrains
http://www.jetbrains.com
"Develop with pleasure!"