add "How To Build a Plugin for JetBrains IDEs (Analog.js Example)" webinar

This commit is contained in:
Yann Cébron 2024-02-27 10:45:40 +01:00
parent c72f7ca610
commit ab64f58dc9
2 changed files with 21 additions and 19 deletions

View File

@ -1,4 +1,4 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. --> <!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Learning Resources # Learning Resources
@ -31,7 +31,8 @@ A tutorial blog post series for JavaScript developers.
## Webinars ## Webinars
| Webinar | Info | | Webinar | Info |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **How To Build a Plugin for JetBrains IDEs (Analog.js Example)** <p>Piotr Tomiak & guests, 02/2024</p> <video src="https://www.youtube.com/watch?v=UHWhLxBYfKs" title="How To Build a Plugin for JetBrains IDEs (Analog.js Example)" width="300"/> | <p>&nbsp;</p><p>Walking you through the first steps of building a community plugin for Analog.js</p> |
| **Busy Plugin Developers #7** <p>Natalia Melnikova, 11/2023</p> <video src="https://www.youtube.com/watch?v=4nCpkhVZsxM" title="Busy plugin developers series. Episode 7" width="300"/> | <p>&nbsp;</p><p>How to Upload a Plugin and Get It Approved on JetBrains Marketplace</p> | | **Busy Plugin Developers #7** <p>Natalia Melnikova, 11/2023</p> <video src="https://www.youtube.com/watch?v=4nCpkhVZsxM" title="Busy plugin developers series. Episode 7" width="300"/> | <p>&nbsp;</p><p>How to Upload a Plugin and Get It Approved on JetBrains Marketplace</p> |
| **Busy Plugin Developers #6** <p>Dmitry Tseyler, 05/2023</p> <video src="https://www.youtube.com/watch?v=tzl3QldlcsU" title="Busy plugin developers series. Episode 6" width="300"/> | <p>&nbsp;</p><p>Polaris plugin for IntelliJ Platform code search</p> | | **Busy Plugin Developers #6** <p>Dmitry Tseyler, 05/2023</p> <video src="https://www.youtube.com/watch?v=tzl3QldlcsU" title="Busy plugin developers series. Episode 6" width="300"/> | <p>&nbsp;</p><p>Polaris plugin for IntelliJ Platform code search</p> |
| **Busy Plugin Developers #5** <p>Matthias Koch, 09/2022</p> <video src="https://www.youtube.com/watch?v=y8adERbgt_M" title="Busy plugin developers series. Episode 5" width="300"/> | <p>&nbsp;</p><p>Building Extensions for Rider and ReSharper</p> | | **Busy Plugin Developers #5** <p>Matthias Koch, 09/2022</p> <video src="https://www.youtube.com/watch?v=y8adERbgt_M" title="Busy plugin developers series. Episode 5" width="300"/> | <p>&nbsp;</p><p>Building Extensions for Rider and ReSharper</p> |

View File

@ -1,4 +1,4 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. --> <!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# WebStorm Plugin Development # WebStorm Plugin Development
@ -11,7 +11,8 @@
[WebStorm](https://www.jetbrains.com/webstorm/) is an IntelliJ Platform-based product. [WebStorm](https://www.jetbrains.com/webstorm/) is an IntelliJ Platform-based product.
Plugin projects for WebStorm can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md). Plugin projects for WebStorm can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md).
> Follow [Building a Plugin for WebStorm Tutorial for JavaScript Developers](learning_resources.md#articles) blog post series to get started. > Follow [Building a Plugin for WebStorm Tutorial for JavaScript Developers](learning_resources.md#articles) blog post series to get started
> and [How To Build a Plugin for JetBrains IDEs (Analog.js Example)](learning_resources.md#webinars) webinar.
> >
{style="note"} {style="note"}