Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the JetBrains IntelliJ openapi documentation? [closed]

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

Any IDEAs (:-))?

like image 592
Ralph Avatar asked Aug 27 '10 14:08

Ralph


People also ask

How do I view documents in IntelliJ?

Use View | Quick Documentation or the corresponding keyboard shortcut (by default: Ctrl + Q on Windows/Linux and Ctrl + J on macOS or F1 in the recent IDE versions). See the documentation for more information. +1, could not find Preferences in IntelliJ Idea CE for Android. It is CTRL+J on Mac.

How to see endpoints in IntelliJ?

You can also navigate from the Endpoints tool window or from endpoint usages to the relevant endpoint declaration using the Go to Declaration action Ctrl+B or Ctrl+Click . In the Endpoints tool window, you can filter the list of endpoints by module, type, and framework.

Where are IntelliJ plugins installed?

If you installed IntelliJ IDEA via the Toolbox App, the plugins directory will be located in the installation directory. To find the installation directory, open the settings of the IDE instance in the Toolbox App, expand Configuration and look for the Install location field.


2 Answers

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

like image 137
Kirk Woll Avatar answered Oct 09 '22 22:10

Kirk Woll


It does not exist, either in javadoc or otherwise.

like image 45
andre carcassi Avatar answered Oct 09 '22 21:10

andre carcassi