JetBrains Platform

660 posts

JetBrains Platform banner
JetBrains Platform

JetBrains Platform

@JBPlatform

News & tips for devs building plugins for @JetBrains products. Subscribe: https://t.co/X1kKX8oIvc 🦋 https://t.co/bjhxeT2i9H

Katılım Ocak 2013
5 Takip Edilen4.9K Takipçiler
JetBrains Platform retweetledi
Patrick Scheibe
Patrick Scheibe@halirutan·
Freeze dumps for everyone? Usually no. But when you build plugins for JetBrains IDEs, absolutely yes. If your plugin causes UI freezes for users, you need the right diagnostics to investigate and fix them. The easiest way to collect reports is the JetBrains Marketplace error reporter, but today it does not expose the freeze dumps it already collects. If you think plugin developers should have access to that data, please upvote this issue: youtrack.jetbrains.com/issue/MP-8083/…
Patrick Scheibe tweet media
English
0
2
3
374
JetBrains Platform
JetBrains Platform@JBPlatform·
What’s new for plugin devs in Q1 2026? 👇 🚨 Updated plugin approval guidelines 🧩 Revamped “Build Plugins” page 🔧 Fresh tooling updates 📚 New resources to learn and level up blog.jetbrains.com/platform/2026/…
English
0
0
6
513
JetBrains Platform retweetledi
Jakub Chrzanowski 🥑
Jakub Chrzanowski 🥑@hszanowski·
Android Studio finally gets embedded browser power 🚀 This is a big unlock for all Android developers and plugin authors! Embedded web UIs in Android Studio just got a lot more real 👉 tool windows, auth flows, onboarding, browser-powered plugin UX. Until now, Android Studio has been missing a capability that other JetBrains IDEs already have — JCEF, the embedded web browser. platform.jetbrains.com/t/experimental…
English
1
13
104
8.2K
JetBrains Platform retweetledi
Jakub Chrzanowski 🥑
Jakub Chrzanowski 🥑@hszanowski·
If you build plugins for JetBrains IDEs, open this before making another icon manually. It collects practical icon generators for: 👉 IntelliJ-style letter icons 👉 icon modifiers 👉 badge composition for SVGs Useful, specific, and easy to apply 👇 platform.jetbrains.com/t/icons-icons-…
English
0
4
18
1.6K
JetBrains Platform retweetledi
Patrick Scheibe
Patrick Scheibe@halirutan·
Many developers care deeply about IDE performance, so we turned an internal post by @knischt into a public one. It covers the architecture behind UI freezes in IntelliJ-based IDEs, what it took to move more work off the UI thread, and the results so far. blog.jetbrains.com/platform/2026/…
English
0
13
50
4.9K
JetBrains Platform retweetledi
Jakub Chrzanowski 🥑
Jakub Chrzanowski 🥑@hszanowski·
IntelliJ Platform Gradle Plugin 2.14.0 is not a casual upgrade. I’m live tonight at 9 PM CEST / 3 PM EDT on Twitch, X, and YouTube to break down the release, the breaking changes, and the features that actually matter. I’ll also update the Plugin Template live so we can see what the new setup really looks like. If you build plugins for JetBrains IDEs, come watch before this release watches you. 👉 Twitch: twitch.tv/hszanowski 👉 YouTube: @hszanowski" target="_blank" rel="nofollow noopener">youtube.com/@hszanowski 👉 X: x.com/hszanowski
Jakub Chrzanowski 🥑 tweet media
English
1
2
8
695
JetBrains Platform retweetledi
Róbert Novotný
Róbert Novotný@RoboNovotny·
New YouTube video: Plugin Model v2 for IntelliJ Platform. Better reload, clarified dependencies, isolated architecture — and a prerequisite for Remote Development support. A plugin is now split into explicit content modules, each with its own descriptor, dependencies, and classloader. See an overview of the model in action. 🎥 youtu.be/Kfsu0ITcvs0
YouTube video
YouTube
English
1
5
10
1.3K
JetBrains Platform
JetBrains Platform@JBPlatform·
🎥 Missed our livestream on UI freezes in JetBrains IDE plugins? In this livestream recording, we cover what causes freezes (yes, plugins too), how to spot them using thread dumps, and practical ways to fix them. Watch it here 👇 youtube.com/watch?v=Rrddst…
YouTube video
YouTube
English
0
1
3
674
JetBrains Platform retweetledi
Patrick Scheibe
Patrick Scheibe@halirutan·
IntelliJ Platform News: If your plugin reacts to lots of file events, this VFS update is worth knowing about. I break down what changed, what the old EDT-coupled behavior was, and what the new background-capable listener APIs actually give you. youtube.com/shorts/4EfWxdn… Curious if you’d migrate your listeners.
YouTube video
YouTube
English
2
3
8
1K
JetBrains Platform retweetledi
Jakub Chrzanowski 🥑
Jakub Chrzanowski 🥑@hszanowski·
Ok, I'm in: if you build a plugin for JetBrains IDEs, I can review your Gradle build script. I'll verify if caching works, introduce all those good practices, and even migrate it out of Groovy. Drop me your GitHub repo, and I'll pick it up next week on the live stream! On me!
English
8
7
22
2.8K
JetBrains Platform retweetledi
Jakub Chrzanowski 🥑
Jakub Chrzanowski 🥑@hszanowski·
UI freezes in your plugin for JetBrains IDEs even when running in the background? 😬 Long-running non-cancellable read actions can block write actions and freeze the IDE. @Yuriy_Artamonov just published an article on that and how to fix such issues 👇 blog.jetbrains.com/platform/2026/…
English
0
2
13
1.1K
JetBrains Platform
JetBrains Platform@JBPlatform·
@Ruud_ @phpstorm Hi! Thanks for the additional details! There’s an existing feature request to share indexes and settings across Git worktrees (IJPL-229252). Please up-vote it to help us prioritize it and star it to track any updates.
English
0
0
0
24
Ruud Kamphuis
Ruud Kamphuis@Ruud_·
@phpstorm I know you're working on improving support for worktrees. When you do, it would be great if project caches are shared (initially) with the worktrees for speed.
English
2
0
0
82
JetBrains Platform retweetledi
Patrick Scheibe
Patrick Scheibe@halirutan·
What's the preferred learning format for JetBrains IDE Plugin development? When learning new API functionality, 87% of developers prefer in-depth technical documentation over video tutorials. Find out why: blog.jetbrains.com/platform/2026/…
English
0
3
7
964
JetBrains Platform retweetledi
Jakub Chrzanowski 🥑
Jakub Chrzanowski 🥑@hszanowski·
I found a “two plugins” problem and decided to…merge them 😄 If you use the Gradle Grammar Kit Plugin, this should make your life simpler (and mine less painful) 📺 Live coding it Tue 3rd, 9am CET Twitch: twitch.tv/hszanowski YouTube: @hszanowski" target="_blank" rel="nofollow noopener">youtube.com/@hszanowski Details in 🧵
English
1
2
5
812
JetBrains Platform retweetledi
IntelliJ IDEA, a JetBrains IDE
IntelliJ IDEA, a JetBrains IDE@intellijidea·
Starting with 2026.1, IntelliJ-based IDEs run natively on Wayland in supported desktop configurations. We are rolling this out in EAP first. Try native Wayland mode, share feedback, and help us polish it before the launch 👇 jb.gg/doqyt4
English
5
10
131
10.9K
JetBrains Platform
JetBrains Platform@JBPlatform·
🐛 Debugger architecture redesign lands in IntelliJ Platform 2026.1 Split frontend/backend to power Remote Development—snappier, more stable debugging. Most plugins unchanged in Local IDE, but test with 2026.1 EAP & check logs. Details in the blog post 👇 blog.jetbrains.com/platform/2026/…
English
1
6
47
10.5K
JetBrains Platform
JetBrains Platform@JBPlatform·
@faisal6621 @IntelliJSupport Hi, I assume that IDEA on your side is configured to start non-login sessions. If so, then you may set it up in File | Settings | Tools | Terminal | Shell Path to "C:\Program Files\Git\bin\bash.exe" -l, for example, or use the .bashrc for the customization.
English
0
0
0
7
Mohammad Faisal
Mohammad Faisal@faisal6621·
@IntelliJSupport I use git bash as my default terminal but I observed that it doesn't load the .bash_profile. How do I make it load the bash profile at launch?
English
1
0
0
12