Anthropic's Claude Code changelog makes a meaningful addition in version 2.0.74: built-in LSP support. In practical terms, that means the terminal-based coding tool can now talk to language servers for common code-intelligence tasks such as go-to-definition, finding references and showing hover documentation.
LSP stands for Language Server Protocol, the plumbing that powers many of the navigation features developers expect in an editor. By adding it directly to Claude Code, Anthropic is bringing those capabilities closer to the same shell session where the assistant already edits files, explains code and handles routine git work. The result is less like a chat tool with a terminal attached and more like a coding environment that can ask the codebase itself where things live.
The release notes also added /terminal-setup support for Kitty, Alacritty, Zed and Warp. That is a smaller change on paper, but it matters because Claude Code is clearly being tuned for a wide spread of terminal environments instead of a single default setup. The new ctrl+t shortcut in /theme and the extra syntax-highlighting information in the theme picker point in the same direction: the product is trying to feel more native inside the terminal rather than merely present there.
The changelog also calls out guidance for macOS users when Alt shortcuts fail because of terminal configuration. That kind of note may seem minor, but it reflects the reality of terminal software: if it is going to be useful to serious developers, it has to survive the differences between shells, fonts, terminal emulators and operating systems.
The broader pattern in the changelog is that Claude Code is steadily filling in the pieces that make the assistant more usable for day-to-day coding. The LSP tool is one of the clearest examples because it lets the product lean on language servers for structured knowledge instead of relying only on text search or manual inspection. For developers, that can mean faster navigation and less context switching when they need to answer a simple question about how a repository hangs together.
It also fits a wider trend in agentic coding tools. The more a tool can reuse the same code intelligence infrastructure that human editors already trust, the less it has to reinvent basic project navigation. Claude Code's new LSP support does not change what a language server is, but it does make the terminal assistant feel more like part of the same workflow as the editor rather than a separate layer on top of it.
Event date: 2025-12-22.


