mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
5.7 KiB
5.7 KiB
The following links represent useful resources for working with the IntelliJ Platform and creating plugins.
Repositories
- IntelliJ Platform SDK Documentation & IntelliJ Platform SDK Code Samples
- IntelliJ Platform Plugin Template
- IntelliJ Community Edition
- IntelliJ Plugins
- Open Source Plugins
Tooling
- IDE Settings, Caches, Logs, and Plugins
- Internal Actions Menu
- IntelliJ Platform Artifacts Repository
- IntelliJ Plugin Verifier (see also Verifying Compatibility)
- IntelliJ Platform Explorer (Blog post)
- Figma UI Kit (Blog post)
Plugins
Webinars
Webinar | Info |
---|---|
Busy plugin developers series. Episode 2 Anna Maltceva/Łukasz Wawrzyk, 09/2021 |
How to improve your Marketplace plugin page to attract more users ide-probe, a testing and benchmarking framework for IntelliJ-based IDEs |
Busy plugin developers series. Episode 1 Jakub Chrzanowski/Semyon Atamas/Paweł Lipski, 2021 |
What is Gradle IntelliJ Plugin New features of Gradle IntelliJ Plugin How to start with Gradle IntelliJ Plugin Types of signing and how they work How JetBrains Marketplace signature works How to sign your plugin Tools and tips for testing UI of IntelliJ Plugins |
Make IntelliJ IDEA Your Own Sirisha Pratha, 2021 |
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. |
IntelliJ IDEA Conf 2021 Various Speakers, 2021 |
Playlist includes a number of presentations related to plugin development |
Busy plugin developers series. Episode 0 Mikhail Vink/Jakub Chrzanowski/Yann Cebron, 2020 |
IntelliJ Platform Plugin Template Plugin DevKit Features IntelliJ Platform Explorer What’s coming in 2021? Introduction to the Marketplace How to make your plugin successful? Sell on the Marketplace |
How We Built Comma, the Raku IDE, on the IntelliJ Platform Jonathan Worthington, 2020 |
How to build custom language support How to go from a language support plugin to an IDE Lessons Learned Blog post |
Building IntelliJ IDEA plugins in Scala Igal Tabachnik, 2020 |
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. |
Live Development of a PyCharm Plugin Joachim Ansorg, 2019 |
Background and architecture of IntelliJ plugins Development using tests Implementing interesting extension points Viewing the plugin in the IDE (PyCharm) Blog post |
Build Developer Tools On Top of IntelliJ Platform Dmitry Jemerov, 2013 |
This webinar makes an overview on IntelliJ Platform and explains how you can use it for building your own products. |