Where is the JetBrains IntelliJ openapi documentation? [closed]

感情迁移 提交于 2019-12-03 22:03:46

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

andre carcassi

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

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