mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Update support channels with the JetBrains Platform community forum
This commit is contained in:
parent
d456e45f6a
commit
49da59876c
@ -3,7 +3,7 @@
|
|||||||
[][jb:github]
|
[][jb:github]
|
||||||
[][jb:x]
|
[][jb:x]
|
||||||
[][gh:workflow-code-samples]
|
[][gh:workflow-code-samples]
|
||||||
[][jb:slack]
|
[][jb:forum]
|
||||||
|
|
||||||
Welcome to the repository for [IntelliJ Platform SDK Documentation](https://plugins.jetbrains.com/docs/intellij/?from=GH-README) site.
|
Welcome to the repository for [IntelliJ Platform SDK Documentation](https://plugins.jetbrains.com/docs/intellij/?from=GH-README) site.
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ Please follow the steps outlined in [Contributing](https://plugins.jetbrains.com
|
|||||||
|
|
||||||
[jb:github]: https://github.com/JetBrains/.github/blob/main/profile/README.md
|
[jb:github]: https://github.com/JetBrains/.github/blob/main/profile/README.md
|
||||||
|
|
||||||
[jb:slack]: https://plugins.jetbrains.com/slack
|
[jb:forum]: https://platform.jetbrains.com
|
||||||
|
|
||||||
[jb:x]: https://x.com/JBPlatform
|
[jb:x]: https://x.com/JBPlatform
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
<social type="youtube" href="https://www.youtube.com/playlist?list=PLQ176FUIyIUZRWGCFY7G9V5zaM00THymY"/>
|
<social type="youtube" href="https://www.youtube.com/playlist?list=PLQ176FUIyIUZRWGCFY7G9V5zaM00THymY"/>
|
||||||
<social type="linkedin" href="https://www.linkedin.com/showcase/jetbrains-marketplace"/>
|
<social type="linkedin" href="https://www.linkedin.com/showcase/jetbrains-marketplace"/>
|
||||||
|
|
||||||
<link href="https://plugins.jetbrains.com/slack/">JetBrains Platform Slack</link>
|
<link href="https://platform.jetbrains.com">JetBrains Platform Forum</link>
|
||||||
<link href="https://jb.gg/ipe">IntelliJ Platform Explorer</link>
|
<link href="https://jb.gg/ipe">IntelliJ Platform Explorer</link>
|
||||||
<link href="https://plugins.jetbrains.com/plugin-ideas/">Plugin Ideas</link>
|
<link href="https://plugins.jetbrains.com/plugin-ideas/">Plugin Ideas</link>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
[][jb:docs]
|
[][jb:docs]
|
||||||
[][jb:x]
|
[][jb:x]
|
||||||
[][gh:workflow-code-samples]
|
[][gh:workflow-code-samples]
|
||||||
[][jb:slack]
|
[][jb:forum]
|
||||||
|
|
||||||
Learn how to build plugins using IntelliJ Platform SDK for the [JetBrains products][jb:products] by experimenting with our code samples.
|
Learn how to build plugins using IntelliJ Platform SDK for the [JetBrains products][jb:products] by experimenting with our code samples.
|
||||||
These samples show you how features work and help you jumpstart your plugins.
|
These samples show you how features work and help you jumpstart your plugins.
|
||||||
@ -63,7 +63,7 @@ In the following table, you may find all available samples provided in the separ
|
|||||||
[jb:github]: https://github.com/JetBrains/.github/blob/main/profile/README.md
|
[jb:github]: https://github.com/JetBrains/.github/blob/main/profile/README.md
|
||||||
[jb:docs]: https://plugins.jetbrains.com/docs/intellij/
|
[jb:docs]: https://plugins.jetbrains.com/docs/intellij/
|
||||||
[jb:products]: https://www.jetbrains.com/products.html
|
[jb:products]: https://www.jetbrains.com/products.html
|
||||||
[jb:slack]: https://plugins.jetbrains.com/slack
|
[jb:forum]: https://platform.jetbrains.com
|
||||||
[jb:x]: https://x.com/JBPlatform
|
[jb:x]: https://x.com/JBPlatform
|
||||||
|
|
||||||
[docs]: https://plugins.jetbrains.com/docs/intellij/
|
[docs]: https://plugins.jetbrains.com/docs/intellij/
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
The following independent companies and individuals provide paid plugin consulting and development services.
|
The following independent companies and individuals provide paid plugin consulting and development services.
|
||||||
|
|
||||||
Also, consider posting requests in _#jobs_ channel on [JetBrains Platform Slack](https://plugins.jetbrains.com/slack).
|
Also, consider posting requests at [JetBrains Platform Forum: Collaboration & Ideas](https://platform.jetbrains.com/c/collaboration-ideas/14).
|
||||||
|
|
||||||
> JetBrains is not responsible for nor guarantees the performance of these independent third-party companies.
|
> JetBrains is not responsible for nor guarantees the performance of these independent third-party companies.
|
||||||
|
|
||||||
|
@ -106,11 +106,11 @@ Below are listed a few badges related to the IntelliJ SDK and plugins developmen
|
|||||||
[](https://plugins.jetbrains.com/docs/intellij)
|
[](https://plugins.jetbrains.com/docs/intellij)
|
||||||
```
|
```
|
||||||
|
|
||||||
**JetBrains Platform Slack**
|
**JetBrains Platform Forum**
|
||||||
|
|
||||||
[](https://plugins.jetbrains.com/slack)
|
[](https://platform.jetbrains.com)
|
||||||
```
|
```
|
||||||
[](https://plugins.jetbrains.com/slack)
|
[](https://platform.jetbrains.com)
|
||||||
```
|
```
|
||||||
|
|
||||||
**@JBPlatform on X (formerly Twitter)**
|
**@JBPlatform on X (formerly Twitter)**
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
**GitHub**: [Releases & Changelog](https://github.com/JetBrains/gradle-intellij-plugin/releases), [Issue Tracker](https://github.com/JetBrains/gradle-intellij-plugin/issues)
|
**GitHub**: [Releases & Changelog](https://github.com/JetBrains/gradle-intellij-plugin/releases), [Issue Tracker](https://github.com/JetBrains/gradle-intellij-plugin/issues)
|
||||||
|
|
||||||
**Slack**: [#intellij-platform-gradle-plugin](https://jetbrains-platform.slack.com/archives/C05C80200LS) on the [JetBrains Platform Slack](https://plugins.jetbrains.com/slack/)
|
**JetBrains Platform Forum**: [Gradle Build Scripts](https://platform.jetbrains.com/c/intellij-platform/gradle-build-scripts/6) category
|
||||||
|
|
||||||
</tldr>
|
</tldr>
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<link-summary>List of plugin development forum topics with frequently asked question.</link-summary>
|
<link-summary>List of plugin development forum topics with frequently asked question.</link-summary>
|
||||||
|
|
||||||
This FAQ is a topical index of questions that have been asked (and answered) on our [IntelliJ IDEA Open API and Plugin Development forum](https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-IntelliJ-IDEA-Open-API-and-Plugin-Development).
|
This FAQ is a topical index of questions that have been asked (and answered) on [IntelliJ IDEA Open API and Plugin Development forum](https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-IntelliJ-IDEA-Open-API-and-Plugin-Development).
|
||||||
|
|
||||||
> See also [Explore the IntelliJ Platform API](explore_api.md) for more information and strategies.
|
> See also [Explore the IntelliJ Platform API](explore_api.md) for more information and strategies.
|
||||||
>
|
>
|
||||||
|
@ -12,6 +12,15 @@ See [GitHub Changelog](https://github.com/JetBrains/intellij-sdk-docs/commits/ma
|
|||||||
|
|
||||||
## 2025
|
## 2025
|
||||||
|
|
||||||
|
### February
|
||||||
|
{february-25}
|
||||||
|
|
||||||
|
Support Channel Update
|
||||||
|
:
|
||||||
|
Updated support channels to the new [JetBrains Platform](https://platform.jetbrains.com) community forum.
|
||||||
|
See the [The JetBrains Platform Gets a New Community Space](https://blog.jetbrains.com/platform/2025/02/the-jetbrains-platform-gets-a-new-community-space/) blog post for more context.
|
||||||
|
|
||||||
|
|
||||||
### January
|
### January
|
||||||
{january-25}
|
{january-25}
|
||||||
|
|
||||||
|
@ -96,19 +96,10 @@
|
|||||||
<p>Please see <a href="faq.md">Plugin Development FAQ</a> and <a href="explore_api.md">Explore the IntelliJ
|
<p>Please see <a href="faq.md">Plugin Development FAQ</a> and <a href="explore_api.md">Explore the IntelliJ
|
||||||
Platform API</a> for tips & tricks.</p>
|
Platform API</a> for tips & tricks.</p>
|
||||||
</tip>
|
</tip>
|
||||||
<p>For questions and problems related to plugin development itself (rather than the content of this guide), you
|
<p>For questions, problems, or other discussions about plugin development itself
|
||||||
have several options:</p>
|
(rather than the content of this guide),
|
||||||
<list>
|
use our <a href="https://platform.jetbrais.com">JetBrains Platform</a> community forum.
|
||||||
<li><a href="https://plugins.jetbrains.com/slack/">#intellij-platform on JetBrains Platform Slack</a> - this
|
The forum is monitored by JetBrains team members.</p>
|
||||||
chat room is a great place to ask questions about extending JetBrains products, with answers coming from
|
|
||||||
both JetBrains team members and members of the community
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-IntelliJ-IDEA-Open-API-and-Plugin-Development">Plugin
|
|
||||||
Development Forum</a> - post a message to the support forum.
|
|
||||||
It is regularly updated with answers by JetBrains team members.
|
|
||||||
</li>
|
|
||||||
</list>
|
|
||||||
<p>Of course, all raised questions will be used to try and improve this guide.</p>
|
<p>Of course, all raised questions will be used to try and improve this guide.</p>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
@ -4,9 +4,6 @@
|
|||||||
|
|
||||||
<link-summary>Introduction to PHP Open API.</link-summary>
|
<link-summary>Introduction to PHP Open API.</link-summary>
|
||||||
|
|
||||||
> Please join the dedicated [intellij-php](https://jetbrains-platform.slack.com/archives/C5P9YB0LT/p1653913208725609) Slack channel to discuss PHP related plugin development.
|
|
||||||
>
|
|
||||||
|
|
||||||
## Dependency in plugin.xml
|
## Dependency in plugin.xml
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
|
@ -17,9 +17,6 @@ See also:
|
|||||||
* [](php_open_api.md)
|
* [](php_open_api.md)
|
||||||
* [](existing_plugins.md)
|
* [](existing_plugins.md)
|
||||||
|
|
||||||
> Please join the dedicated [intellij-php](https://jetbrains-platform.slack.com/archives/C5P9YB0LT/p1653913208725609) Slack channel to discuss PHP related plugin development.
|
|
||||||
>
|
|
||||||
|
|
||||||
## PhpStorm Plugin Setup
|
## PhpStorm Plugin Setup
|
||||||
|
|
||||||
### Gradle Build Script
|
### Gradle Build Script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user