lsp

Guide LSP workflows for code navigation, refactoring, and dependency analysis.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Jimmy-Jung/claude_symbiote --skill lsp-jimmy-jung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lsp
Source: https://github.com/Jimmy-Jung/claude_symbiote/tree/main/.claude/skills/lsp
Command: npx skills add https://github.com/Jimmy-Jung/claude_symbiote --skill lsp-jimmy-jung

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cursor IDE의 내장 LSP 기능을 에이전트가 최대한 활용하도록 안내하여, 정밀한 코드 탐색과 리팩토링을 보다 효과적으로 수행합니다.

Core Features & Use Cases

  • Go to Definition, Find References, Rename Symbol 등 LSP 워크플로우를 Grep/SemanticSearch로 보완합니다.
  • Diagnostics, Hover, Code Actions 등의 기능으로 코드 이해도와 품질을 향상시킵니다.
  • Use Case: 대규모 코드베이스에서 심볼의 정의 위치를 빠르게 찾고, 참조를 파악한 뒤 안전한 리네임 및 수정 작업을 수행합니다.

Quick Start

활성화 후 Go to Definition, Find References, Rename Symbol 워크플로우를 즉시 실행하십시오.

Frequently Asked Questions about lsp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use LSP for precise code navigation and refactoring in a large codebase?

LSP enables precise code navigation through Go to Definition, Find References, and Rename Symbol workflows. It leverages built-in editor features alongside Grep-based discovery and SemanticSearch to accurately locate and modify symbols across large codebases.

What is the best way to find all references of a symbol across multiple languages?

Finding all references uses LSP Find References supplemented by Grep-based symbol discovery. This combination ensures comprehensive semantic lookup across multiple languages and editor contexts, catching instances that standard text search might miss.

Can I safely rename symbols and analyze dependencies using built-in editor features?

Yes, LSP Rename Symbol workflows allow safe symbol renaming across the codebase. Diagnostics and Code Actions further support dependency analysis by providing immediate feedback on code quality and structural issues during refactoring.

How does SemanticSearch supplement core LSP capabilities for code understanding?

SemanticSearch supplements core LSP capabilities by backing lookups when standard language server queries are insufficient. It enhances code understanding workflows like Hover and Diagnostics by providing deeper semantic context for complex symbol discovery.

Does this code navigation approach work across different editor contexts and languages?

Yes, this approach applies LSP workflows across multiple languages and editor contexts. By combining built-in language server features with Grep and SemanticSearch, it maintains consistent code navigation and refactoring capabilities regardless of the specific environment.