VS Code / JetBrains Plugin Pick2026. 05. 20. 01:50:46HeapLens: analyze Java heap dumps without leaving VS CodeHeapLens (v1.0.21, Apache 2.0) is the only VS Code extension for .hprof heap dump analysis — a native Rust engine parses a 1.5 GB dump in ~0.9 s. Open a dump, trace GC roots via Dominator Tree, and query with HeapQL or AI Chat without ever leaving your editor.
VS Code / JetBrains Plugin Pick2026. 05. 19. 01:06:58Oxc for VS Code: lint and format JavaScript 50× faster than ESLintThe Oxc VS Code extension brings oxlint and oxfmt — both Rust-powered, both multi-threaded — into your editor. On a real 5,360-file TypeScript monorepo, oxlint finishes in 1.3s vs ESLint's 2m 27s. Here's how to install it, enable format-on-save, and migrate from ESLint without breaking CI.
VS Code / JetBrains Plugin Pick2026. 05. 18. 00:41:02DebugMCP: Give Your AI Agent a Real Debugger in VS CodeDebugMCP v1.1.4 lets AI coding agents (Copilot, Cline, Cursor…) set breakpoints, step through code, and inspect variables in VS Code via the Model Context Protocol — no more guessing from logs.