Stop asking users to paste tokens into plugin settings!
I recorded a video about adding OAuth2 login to JetBrains IDE plugins: browser login, IDE callback, PKCE, PasswordSafe, and GitHub API calls
👇
https://t.co/GkHiKd1NaO
Plugin authors: if you save through VFS and then hand a file path to a CLI, formatter, VCS command, or Java file API, check this.
VFS may see fresh content before the disk does.
If the next reader is outside VFS, flush first.
https://t.co/BDkYQgNp1e
@PeterTkacenko Strojovo spracovateľné exporty, fungujú i dnes.
Na telefonický dopyt na hotline. S ústnym výberom formátu.
Výsledok pristane v e-maili. I tak tam nie sú všetky údaje.
- Viete, čo je to za pattern?
> Buildeeeer
- A viete, čo robí?
> Nieeee
@jetbrains na @FIITSTU o produktivite a tipoch pre IDE na prednáške pre Objektovo orientované programovanie
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: https://t.co/YCDCXNMC02
👉 YouTube: https://t.co/ATaxyoAEDp
👉 X: https://t.co/J4GREea95a
IntelliJ IDEA 2026.1 makes JS + TS + HTML + CSS + React basics free.
What that means in real life:
🔷 highlighting, autocomplete and navigation
🔷 refactors, inspections, quick fixes
🔷 Prettier/ESLint/StyleLint built-in
🔷 npm scripts in-IDE
See more https://t.co/RQG3iNitTI
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.
🎥 https://t.co/Ym06iGwkdE
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.
https://t.co/YKRSQemu0K
Curious if you’d migrate your listeners.
The IntelliJ SDK just updated its section on Notification Balloons. It's the opinionated stance that matters now.
LLMs can scan the IntelliJ IDEA Community sources and generate high-level API docs. That's the easy part. The hard part is telling developers what to use and what to avoid.
https://t.co/B8wt871Vmi
UI freezes might be more complex than long running operations on the wrong thread. Join the webinar today at 15:00 CET by @Yuriy_Artamonov how to handle this in JetBrains IDE plugins.
https://t.co/CJwmfbqYdw
@lukasklim Ešte bude jeden finálny sumarizačný príspevok, kde sú pain pointy. Ono to nakoniec nie je až také divoké, len je na tom mnoho historických vrstiev a nánosov a pestrej terminológie.
OAuth, OpenID Connect a Spring Boot: flow Client Credentials
TIL:
- Spring má podporu pre klasický RestTemplate
- budúcnosť je WebClient nad reaktívnym WebFluxom
- konfigurácia je na 5 riadkov a na 3 beany
https://t.co/jAyy3OYKKO