Debugging in Zig feels like an afterthought.
I spent way too long getting Zig debugging to work in CLion with the ZigBrains plugin on Linux. It works now, but the path there was not exactly smooth.
If you’re stuck, ping me. I can probably save you some pain.
excalidraw-animate is such a simple and elegant tool, and it made this whole visualization workflow in DaVinci Resolve incredibly easy.
youtu.be/9Myynuhy86g
@williamvincent.bsky.social just pointed to an article that uncovered that Google Chrome silently installs a 4 GB AI model on your device without any consent
www.thatprivacyguy.com/blog/chrome-...
Many developers care deeply about IDE performance, so we turned an internal post by Konstantin Nisht 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/202...
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.
Please upvote the issue in the comment!
IntelliJ Platform plugin devs are getting "ErrorReportSink": an experimental API for automatic error and freeze reporting.
youtube.com/shorts/gJrzG...
More detailed information is available in our forum:
platform.jetbrains.com/t/experiment...
Here is the link: youtrack.jetbrains.com/issue/MP-808...
Too many moving parts in modular @intellijidea.com plugins? New video: building a plugin with content modules using the IntelliJ Platform Gradle Plugin. Covers optional content modules and demos CSS PSI, available for free starting in 2026.1.
youtu.be/7fEdrktCYDo
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
👇
www.youtube.com/watch?v=Qt8k...
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 matter.
I’ll also update the Plugin Template to see what the new setup really looks like.