Plugin and extension development for JetBrains products.
IntelliJ Platform
PluginsAsync VFS Content Writes – What Plugin Authors Need to Know
Some plugin code follows this pattern:
Save open documents.
Some plugin code follows this pattern: Save open documents. Get a file or directory path. Pass that path to something outside the IDE, such as a formatter, linter, compiler, VCS command, lan
Plugin and extension development for JetBrains products.
IntelliJ Platform
PluginsAsync VFS Content Writes – What Plugin Authors Need to Know
Some plugin code follows this pattern:
Save open documents.

I Built a VS Code Extension for Google's Antigravity CLI (Because I Refuse to Leave My Editor)

From Pastebin to File Drops: How Developers Actually Share Stuff in 2026

Enterprise-managed plugins in VS Code in public preview - GitHub Changelog

Arazzo Visualizer: Run API Workflows in VS Code

Agentic Engineering: What Do AI Coding Tools Do With Your Code?

AI wrote 80% of my plugin. Six months later I couldn't maintain it.

Skill, MCP, Plugin, or just a CLI: how I pick a Claude Code extension, lightest first

I Couldn't Read the Code I Wrote With AI Six Months Ago

We Built a Real-Time AI Research Collaborator Into our JOT writing tool

Few hacks a dev needs

Discover how EelApi simplifies plugin development for Dev Containers and WSL.

Build IntelliJ Platform plugins with Plugin Model v2 and optional content modules that load only when specific IDE functionality…

At least 15 plug-ins for JetBrains IDEs transmit API keys to an external server, while otherwise offering their promised…

The moment a plugin needs account data, a simple API call turns into an authentication problem. The bad shortcut is familiar: ask…

I'm building Chauffeur, a local Windows tool that snapshots your whole working state across apps —...

Language Server Protocol (LSP) solves a real problem: before, each IDE or editor had to implement support for a specific language…