Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is the URL for JetBrains IDE plug-in repository?

I thought this was a simple question, and still nothing works.

My first use-case is that the IDEA 15 (Community) appears to NOT have a repository configured. The *Plugins" tab in the Settings window / dialogue supports three operation aside from clicking on a plugin.:

  • A button for [Install JetBrains plugins] ... This seems to be things downloaded with the installer or updates;

  • A [Browse repositories plugins] button ... which contains an "empty" list
    Further this dialogue contains two buttons for:

    • A [Manage repositories]
    • [HTTP proxy settings] - Proxy configuration / setup
  • An [Install plugins from disk] button ... which does what it says ;-)

This question to ask is, what URL do I need to put into that: * The [Manage repositories]

... list because the clean install had "nada" in that list.

The list of JetBrains plugins isn't the same as the list on the plugins repository web page:

  • https://plugins.jetbrains.com/

In fact IDEA help pages recommend using the JetBrains repository... They do not seem to want to let one know the URL.

Also, what is the "Community" plugins URL? At the very least I'd like to verify that/IF the JetBrains plugin-list is updating (as there's no "update list" option to be seen).

Weird huh?

like image 309
will Avatar asked Feb 19 '16 13:02

will


People also ask

How do I access IntelliJ plugins?

Open plugin settingsPress Ctrl+Alt+S to open the IDE settings and select Plugins.

Where are IntelliJ plugin stored?

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.

Where is plugin XML in IntelliJ?

The example plugin. xml files can be found in the IntelliJ SDK Docs Code Samples repository.


1 Answers

The [Manage repositories] list should be empty, unless you have some private plugins repository.

A [Browse repositories plugins] button should show you all the plugins, if not then check your firewall or proxy settings, or click on the Reload button.

[reload button[1]

like image 57
Meo Avatar answered Nov 04 '22 12:11

Meo