chore(claude): Enable Claude Code Intelligence (LSP)#19930
Merged
Conversation
Contributor
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨Deps
Bug Fixes 🐛Cloudflare
Core
Deps
Other
Internal Changes 🔧Deps Dev
Other
🤖 This preview updates automatically when you update the PR. |
JPeer264
approved these changes
Mar 23, 2026
Contributor
size-limit report 📦
|
logaretm
pushed a commit
that referenced
this pull request
Mar 24, 2026
Code intelligence plugins enable Claude Code’s built-in LSP tool, giving Claude the ability to jump to definitions, find references, and see type errors immediately after edits. ## Instructions 1. Install TS language server: `npm i -g typescript-language-server typescript` 2. Update Claude catalog: `claude plugin marketplace update claude-plugins-official` 3. Install Claude plugin: `claude plugin install typescript-lsp` 4. Verify: `claude plugin list` ### References - Claude Code Intelligence Docs: https://code.claude.com/docs/en/discover-plugins#code-intelligence - Blog article: https://karanbansal.in/blog/claude-code-lsp/ - Reddit thread: https://www.reddit.com/r/ClaudeCode/comments/1rh5pcm/enable_lsp_in_claude_code_code_navigation_goes/ - Claude Code PR (with undocumented env `ENABLE_LSP_TOOL`: anthropics/claude-code#15619 Closes #19931 (added automatically)
46 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Code intelligence plugins enable Claude Code’s built-in LSP tool, giving Claude the ability to jump to definitions, find references, and see type errors immediately after edits.
Instructions
npm i -g typescript-language-server typescriptclaude plugin marketplace update claude-plugins-officialclaude plugin install typescript-lspclaude plugin listReferences
ENABLE_LSP_TOOL: Enable LSP tool to connect to installed language servers anthropics/claude-code#15619Closes #19931 (added automatically)