mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 01:37:51 +08:00
38 lines
2.1 KiB
Markdown
38 lines
2.1 KiB
Markdown
---
|
|
title: Plugin Repository (plugins.jetbrains.com)
|
|
---
|
|
|
|
Plugins extend the core functionality of JetBrains products. They provide various integrations (e.g. with a VCS or application servers),
|
|
add support for various development technologies, frameworks and programming languages, and so on.
|
|
|
|
The Plugin Repository is a service responsible for:
|
|
|
|
* Providing a product (e.g. IntelliJ IDEA) with a list of compatible plugins and their updates;
|
|
|
|
* Facilitating the download of compatible plugin updates;
|
|
|
|
* Storage, uploading, and management of the plugins and their updates developed and published by third-party vendors or JetBrains.
|
|
|
|
JetBrains provides an official plugins repository [plugins.jetbrains.com](https://plugins.jetbrains.com) for all IntelliJ Platform-based IDEs,
|
|
as well as TeamCity (limited functionality).
|
|
|
|
You can set up your own enterprise plugin repositories for IntelliJ Platform based IDEs (also known as custom plugin repositories).
|
|
For example, to store plugins that you want to reserve for your company's internal use only.
|
|
[Read more](https://www.jetbrains.com/help/idea/managing-enterprise-plugin-repositories.html) about IntelliJ Platform-based IDEs enterprise repositories support.
|
|
|
|
This documentation section includes articles, FAQs, and tutorials on [JetBrains plugin repository](https://plugins.jetbrains.com) operations.
|
|
|
|
In this section:
|
|
|
|
* [API Reference](/plugin_repository/api/api_reference.md)
|
|
* [Plugin Upload](/plugin_repository/api/plugin_upload.md)
|
|
* [Plugins List](/plugin_repository/api/plugins_list.md)
|
|
* [Plugin Details](/plugin_repository/api/plugin_details.md)
|
|
* [Plugin Update Download](/plugin_repository/api/plugin_download_update.md)
|
|
* [Maven Interface](/plugin_repository/api/maven_interface.md)
|
|
* [Plugin Developers List](/plugin_repository/api/plugin_developers.md)
|
|
* [Plugin Recommendations](/plugin_repository/feature_extractor.md)
|
|
* [Custom Release Channels](/plugin_repository/custom_channels.md)
|
|
|
|
You can always reach out to the plugin repository team via email [plugins-admin@jetbrains.com](plugins-admin@jetbrains.com).
|