Where is the JetBrains IntelliJ openapi documentation? [closed]

蹲街弑〆低调 提交于 2019-12-12 08:17:17

问题


I have searched Google and JetBrains website, but I cannot find docs for the com.intellij packages.

Any IDEAs (:-))?


回答1:


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




回答2:


It does not exist, either in javadoc or otherwise.




回答3:


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.




回答4:


There is github repo of community edition: https://github.com/JetBrains/intellij-community Hope this helps



来源:https://stackoverflow.com/questions/3584883/where-is-the-jetbrains-intellij-openapi-documentation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!