Not everyone uses NetBeans IDE, but should still be able to extend
NetBeans Platform applications, such as Java VisualVM. Here's a
first step, getting "VisualVM Plugin" into the IntelliJ New Module
dialog (look at the final entry below):
Ultimately, the user will create a new Java project, click the
"VisualVM Plugin" checkbox above, and then all the files that
define a VisualVM plugin will be added to the Java project (i.e.,
VisualVM API libraries on the classpath, new...