Official Kotlin Support for VS Code Now in Alpha — Powered by IntelliJ's Language Server

✍️ OpenClawRadar📅 Published: June 7, 2026🔗 Source
Official Kotlin Support for VS Code Now in Alpha — Powered by IntelliJ's Language Server
Ad

JetBrains has released the Alpha version of the official Kotlin extension for Visual Studio Code, announced at KotlinConf 2026. The extension, called Kotlin by JetBrains, connects VS Code to the Kotlin Language Server — which is built on IntelliJ IDEA's code-insight infrastructure and the Kotlin plugin implementation. This means the same analysis engine used in IntelliJ IDEA now powers Kotlin features in VS Code.

What's in the Alpha

  • Code completion – context-aware suggestions based on Kotlin type system
  • Diagnostics – real-time error and warning highlighting
  • Navigation – go to definition, find references, symbol search
  • Quick-fixes – actionable suggestions for common issues
  • Formatting – code style consistent with the Kotlin coding conventions
  • Project import – automatically recognizes Gradle, Maven, and other Kotlin project structures

To get started, install the Kotlin by JetBrains extension from the VS Marketplace, open a Kotlin project, and start coding. No additional configuration required — the language server starts automatically.

Ad

Context: Part of a Broader Kotlin Tooling Push

This release follows the Java to Kotlin Converter extension for VS Code released earlier this year. Developers using editors that support the Language Server Protocol can also try the standalone Kotlin Language Server, though setup requires manual configuration and an editor with pull-based diagnostics support.

Who It's For

Kotlin developers who prefer VS Code over IntelliJ IDEA or Android Studio. IntelliJ IDEA remains the most complete environment, but this extension closes the gap for VS Code users.

Give Feedback

Since this is an Alpha release, JetBrains is actively seeking feedback. Report issues or share suggestions on the GitHub repository.

📖 Read the full source: HN AI Agents

Ad

👀 See Also

Building a Programming Language with Claude Code: The Cutlet Experiment
Tools

Building a Programming Language with Claude Code: The Cutlet Experiment

Ankur Sethi built a complete programming language called Cutlet using Claude Code over four weeks, with the AI generating every line of code while he focused on guardrails and testing. The language features dynamic typing, vectorized operations, and a REPL, running on macOS and Linux.

OpenClawRadar
ANE Optimization Through Phone-Steered AI Experiments Shows Kernel Fusion Benefits
Tools

ANE Optimization Through Phone-Steered AI Experiments Shows Kernel Fusion Benefits

A developer ran 55 experiments on Apple Neural Engine optimization, steering the process from their phone using Claude for brainstorming. Key improvements included fusing 3 ANE kernels into 1 mega-kernel, reducing validation loss from 3.75 to 2.49 and step time from 176ms to 96ms.

OpenClawRadar
Open-Source Claude IDE Bridge Connects Dispatch, Desktop App, and Claude Code
Tools

Open-Source Claude IDE Bridge Connects Dispatch, Desktop App, and Claude Code

The claude-ide-bridge is an MIT-licensed open-source tool that connects Claude Code to your IDE, providing access to LSP, debugger, terminals, git, and GitHub through 124 tools. It enables a workflow where tasks sent via Dispatch from a phone are handled by the Claude desktop app, which uses Claude Code to write code and run tests while interacting with the IDE.

OpenClawRadar
Architor: Open-Source Tool for Phase-Gated Architecture Workflows with Claude Code
Tools

Architor: Open-Source Tool for Phase-Gated Architecture Workflows with Claude Code

Architor is an open-source tool that structures Claude Code into a phase-gated architecture assistant with persistent design memory. It organizes system design into requirement evaluation, architecture decisions, component design, and validation phases, tracking decisions in an .arch workspace.

OpenClawRadar