mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
48 lines
10 KiB
Markdown
48 lines
10 KiB
Markdown
# Learning Resources
|
||
|
||
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||
|
||
<link-summary>Links to articles and webinars about plugin development.</link-summary>
|
||
|
||
<include from="snippets.md" element-id="subscribeNews"/>
|
||
|
||
## Articles
|
||
|
||
- [WebStorm Under the Hood: How We Added Astro Support to Our IDE](https://blog.jetbrains.com/webstorm/2023/08/webstorm-under-the-hood-how-we-added-astro-support-to-our-ide/) 07/2023
|
||
- [The Plugin Obfuscation Experience](https://blog.jetbrains.com/platform/2022/05/the-plugin-obfuscation-experience/) 05/2022
|
||
- [Themes in IntelliJ-based IDEs](https://blog.jetbrains.com/platform/2021/10/themes-in-intellij-based-ides/) 10/2021
|
||
|
||
### Revamping Plugins
|
||
|
||
The Revamping Plugins series is about sharing the experience of updating outdated plugins to align with the latest IntelliJ Platform SDK guidelines.
|
||
|
||
- [Revamping Plugins #1 – .ignore](https://blog.jetbrains.com/platform/2021/01/revamping-plugins-ignore/) 01/2021
|
||
- [Revamping Plugins #2 – IDEA Feature Suggester](https://blog.jetbrains.com/platform/2021/03/revamping-plugins-2-idea-feature-suggester/) 03/2021
|
||
- [Revamping Plugins #3 – Migrating from DevKit to the Gradle build system](https://blog.jetbrains.com/platform/2021/12/migrating-from-devkit-to-the-gradle-build-system/) 12/2021
|
||
|
||
### Building a Plugin for WebStorm
|
||
|
||
A tutorial blog post series for JavaScript developers.
|
||
|
||
- [Part 1](https://blog.jetbrains.com/webstorm/2021/09/building-a-plugin-for-webstorm-part-1/) 09/2021
|
||
- [Part 2](https://blog.jetbrains.com/webstorm/2021/11/building-a-plugin-for-webstorm-part-2/) 11/2021
|
||
- [Part 3](https://blog.jetbrains.com/webstorm/2022/03/building-a-plugin-for-webstorm-part-3/) 03/2022
|
||
|
||
## Webinars
|
||
|
||
| Webinar | Info |
|
||
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||
| **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> |
|
||
| **Busy Plugin Developers #4** <p>Dmitry Kandalov/Yann Cebron, 04/2022</p> <video src="https://www.youtube.com/watch?v=pgGg-IwUQYM" title="Busy plugin developers series. Episode 4" width="300"/> | <p> </p><p>Adding IDE Features at runtime using LivePlugin</p> |
|
||
| **Busy Plugin Developers #3** <p>Jakub Chrzanowski/Anna Maltceva/Yann Cebron, 11/2021</p> <video src="https://www.youtube.com/watch?v=9J0j-90dC60" title="Busy plugin developers series. Episode 3" width="300"/> | <p> </p><p>Building Themes for IntelliJ-based IDEs</p><p>Latest updates to JetBrains Marketplace</p> |
|
||
| **Busy Plugin Developers #2** <p>Anna Maltceva/Łukasz Wawrzyk/Jakub Chrzanowski, 09/2021</p> <video src="https://www.youtube.com/watch?v=oB1GA9JeeiY" title="Busy plugin developers series. Episode 2" width="300"/> | <p> </p><p>How to improve your Marketplace plugin page to attract more users</p><p>ide-probe, a testing and benchmarking framework for IntelliJ-based IDEs</p> |
|
||
| **Busy Plugin Developers #1** <p>Jakub Chrzanowski/Semyon Atamas/Paweł Lipski, 07/2021</p> <video src="https://www.youtube.com/watch?v=vAlor5-hC0Q" title="Busy plugin developers series. Episode 1" width="300"/> | <p> </p><p>What is Gradle IntelliJ Plugin</p><p>New features of Gradle IntelliJ Plugin</p><p>How to start with Gradle IntelliJ Plugin</p><p>Types of signing and how they work</p><p>How JetBrains Marketplace signature works</p><p>How to sign your plugin</p><p>Tools and tips for testing UI of IntelliJ Plugins</p> |
|
||
| **Make IntelliJ IDEA Your Own** <p>Sirisha Pratha, 05/2021</p> <video src="https://www.youtube.com/watch?v=cAwH_DbFrfw?t=1120" title="Make IntelliJ IDEA Your Own" width="300"/> | <p> </p><p>In this session, we'll explore the benefits provided by IntelliJ IDEA's customization options, and you will learn how to make the IDE your own. We will also look at the plugins available on the JetBrains Marketplace, discuss the process of developing them, and demo a few custom ones.</p> |
|
||
| **IntelliJ IDEA Conf 2021** <p>Various Speakers, 02/2021</p> <video src="https://www.youtube.com/watch?v=akrPpWAZzQk&list=PLPZy-hmwOdEUdLO-AKiJJ7LuZ3p16zJ4x" title="IntelliJ IDEA Conf 2021" width="300"/> | <p> </p><p>Playlist includes a number of presentations related to plugin development</p> |
|
||
| **Busy Plugin Developers #0** <p>Mikhail Vink/Jakub Chrzanowski/Yann Cebron, 12/2020</p> <video src="https://www.youtube.com/watch?v=-6D5-xEaYig" title="Busy plugin developers series. Episode 0" width="300" /> | <p> </p><p>IntelliJ Platform Plugin Template</p><p>Plugin DevKit Features</p><p>IntelliJ Platform Explorer</p><p>What's coming in 2021?</p><p>Introduction to the Marketplace</p><p>How to make your plugin successful?</p><p>Sell on the Marketplace</p> |
|
||
| **How We Built Comma, the Raku IDE, on the IntelliJ Platform** <p>Jonathan Worthington, 01/2020</p> <video src="https://www.youtube.com/watch?v=zDP9uUMYrvs" title="How We Built Comma, the Raku IDE, on the IntelliJ Platform" width="300"/> | <p> </p><p>How to build custom language support</p><p>How to go from a language support plugin to an IDE</p><p>Lessons Learned</p><p>[Blog post](https://blog.jetbrains.com/platform/2020/01/webinar-recording-how-we-built-comma-the-raku-ide-on-the-intellij-platform/)</p> |
|
||
| **Building IntelliJ IDEA plugins in Scala** <p>Igal Tabachnik, 2020</p> <video src="https://www.youtube.com/watch?v=IPO-cY_giNA" title="Building IntelliJ IDEA plugins in Scala" width="300"/> | <p> </p><p>In this talk, I will show how to create plugins for IDEA from scratch in Scala, and show why Scala's unique features make it a great fit for such tasks as inspecting and manipulating Abstract Syntax Trees (ASTs) to create your own custom suggestions and quick-fixes.</p> |
|
||
| **Live Development of a PyCharm Plugin** <p>Joachim Ansorg, 2019</p> <video src="https://www.youtube.com/watch?v=cR-28eaXGQI" title="Live Development of a PyCharm Plugin" width="300"/> | <p> </p><p>Background and architecture of IntelliJ plugins</p><p>Development using tests</p><p>Implementing interesting extension points</p><p>Viewing the plugin in the IDE (PyCharm)</p><p>[Blog post](https://blog.jetbrains.com/pycharm/2019/01/webinar-recording-live-development-of-a-pycharm-plugin-with-joachim-ansorg/)</p> |
|
||
| **Build Developer Tools On Top of IntelliJ Platform** <p>Dmitry Jemerov, 2013</p> <video src="https://www.youtube.com/watch?v=vQDzjGzkPFc" title="Build Developer Tools On Top of IntelliJ Platform" width="300"/> | <p> </p><p>This webinar makes an overview on IntelliJ Platform and explains how you can use it for building your own products.</p> |
|