mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
add "How To Build a Plugin for JetBrains IDEs (Analog.js Example)" webinar
This commit is contained in:
parent
c72f7ca610
commit
ab64f58dc9
@ -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
|
||||
|
||||
@ -31,7 +31,8 @@ A tutorial blog post series for JavaScript developers.
|
||||
## Webinars
|
||||
|
||||
| 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> </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> </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> </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> </p><p>Building Extensions for Rider and ReSharper</p> |
|
||||
|
@ -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
|
||||
|
||||
@ -11,7 +11,8 @@
|
||||
[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).
|
||||
|
||||
> 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"}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user