Where is the JetBrains IntelliJ openapi documentation? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You ca开发者_Go百科n edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this questionI have searched Google and JetBrains website, but I cannot find docs for the com.intellij packages.
Any IDEAs (:-))?
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
It does not exist, either in javadoc or otherwise.
There don't appear to be any, but at one time perhaps there was. There is a list of classes here which links to 404'd pages on jetbrains.com. This list itself is still kind of useful though.
Also the IntelliJ source is in grepcode which is a very useful site!
Ctrl-clicking/auto-completing stuff to see the API in IDEA itself is also quite helpful. Unlike Eclipse, it doesn't give you a useless HTML page showing unreadable decompiled code.
There is github repo of community edition: https://github.com/JetBrains/intellij-community Hope this helps
精彩评论