开发者

Where is the JetBrains IntelliJ openapi documentation? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

I 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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜