plugin tutorial? Permanently deleted user Created April 28, 2004 21:16 is there a good hello world tutorial on how to write a plugin? can't find one. if no official one exits how about a good example to work off of.thanks
A new project template is at http://www.intellij.org/twiki/bin/view/Main/ProjectPluginTemplate .
Take a look at the OpenAPI documentation and examples in
<idea-install>/doc/openapi
and
<idea-install>/doc/openapi/examples
That should get you going. Then you can look at sources of existing plugins
at
http://www.intellij.org/twiki/bin/view/Main/IntelliJPluginsHome
Good luck!
Vince.