typescript-lsp
✓搜索 TypeScript 符号(函数、类型、类) - 非文本。使用 Glob 查找文件,使用 Grep 进行文本搜索,使用 LSP 进行符号搜索。提供了解导入、导出和关系的类型感知结果。
SKILL.md
This skill provides TypeScript Language Server Protocol integration for exploring and understanding TypeScript/JavaScript codebases.
IMPORTANT: Prefer LSP tools over Grep/Glob when working with .ts, .tsx, .js, .jsx files. LSP provides type-aware results that understand imports, exports, and symbol relationships.
| Glob | Find files by pattern | | Grep | Search text content | | lsp-find | Search TypeScript symbols | | lsp-hover | Get type info + TSDoc documentation | | lsp-refs | Find all references to a symbol | | lsp-analyze | Batch analysis of file structure |
搜索 TypeScript 符号(函数、类型、类) - 非文本。使用 Glob 查找文件,使用 Grep 进行文本搜索,使用 LSP 进行符号搜索。提供了解导入、导出和关系的类型感知结果。 来源:plaited/development-skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/plaited/development-skills --skill typescript-lsp- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-09
- 更新时间
- 2026-02-18
快速解答
什么是 typescript-lsp?
搜索 TypeScript 符号(函数、类型、类) - 非文本。使用 Glob 查找文件,使用 Grep 进行文本搜索,使用 LSP 进行符号搜索。提供了解导入、导出和关系的类型感知结果。 来源:plaited/development-skills。
如何安装 typescript-lsp?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/plaited/development-skills --skill typescript-lsp 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/plaited/development-skills
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-09