I have searched Google and JetBrains website, but I cannot find docs for the com.intellij packages.
Any IDEAs (:-))?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Thanks to a comment from @Sorin, the official documentation is available here:
http://www.jetbrains.org/intellij/sdk/docs/index.html
Here are some docs:
Lots of links here:
http://confluence.jetbrains.net/display/IDEADEV/PluginDevelopment
The SDK:
http://confluence.jetbrains.net/display/IDEADEV/Getting+Started+with+Plugin+Development
Also, from the above link, you can check out the source code to the community edition, which should effectively act as API docs:
http://www.jetbrains.org/pages/viewpage.action?pageId=983225