Skip to content

Instantly share code, notes, and snippets.

@lonormaly
lonormaly / LSP.md
Created January 12, 2026 09:32
Claude Code LSP

Claude Code Native LSP Setup Guide

Enable Language Server Protocol support in Claude Code for 900x faster code navigation (~50ms vs ~45s for text-based search).

What LSP Provides

  • goToDefinition - Jump to symbol definitions
  • findReferences - Find all usages across codebase
  • hover - Type info and documentation
  • documentSymbol - File structure overview
// Generated on 2014-06-03 using generator-angular 0.8.0
'use strict';
// # Globbing
// for performance reasons we're only matching one level down:
// 'test/spec/{,*/}*.js'
// use this if you want to recursively match all subfolders:
// 'test/spec/**/*.js'
module.exports = function (grunt) {