Что такое using-typescript-lsp?
Используйте при работе с кодом TypeScript или JavaScript и включен плагин typescript-lsp — для поиска ссылок, проверки типов, навигации по определениям или проверки правильности типов. Источник: mhagrelius/dotfiles.
Используйте при работе с кодом TypeScript или JavaScript и включен плагин typescript-lsp — для поиска ссылок, проверки типов, навигации по определениям или проверки правильности типов.
Быстро установите AI-навык using-typescript-lsp в вашу среду разработки через командную строку
Источник: mhagrelius/dotfiles.
The typescript-lsp plugin provides semantic code intelligence for TypeScript and JavaScript. Use LSP tools instead of grep/read when you need semantic accuracy - LSP understands TypeScript's type system, inheritance, interfaces, and symbol relationships.
| Find all callers of a function | findReferences | Grep for function name | | Get function/variable type | hover | Read file + parse | | Jump to definition | goToDefinition | Grep + Read | | Check type errors | getDiagnostics | Run tsc CLI | | View file structure | documentSymbol | Read entire file |
| Grep for symbol before rename | Text search misses aliased imports, re-exports | Use findReferences | | Read entire file for one type | Wastes context, slow | Use hover | | Run tsc after every change | Slow, external tool | Use getDiagnostics | | Grep to find definition | May find wrong match (same name, different module) | Use goToDefinition |
Стабильные поля и команды для ссылок в AI/поиске.
npx skills add https://github.com/mhagrelius/dotfiles --skill using-typescript-lspИспользуйте при работе с кодом TypeScript или JavaScript и включен плагин typescript-lsp — для поиска ссылок, проверки типов, навигации по определениям или проверки правильности типов. Источник: mhagrelius/dotfiles.
Откройте терминал или инструмент командной строки (Terminal, iTerm, Windows Terminal и т.д.) Скопируйте и выполните эту команду: npx skills add https://github.com/mhagrelius/dotfiles --skill using-typescript-lsp После установки навык будет автоматически настроен в вашей AI-среде разработки и готов к использованию в Claude Code, Cursor или OpenClaw
https://github.com/mhagrelius/dotfiles