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 |
Cerca SIMBOLI TypeScript (funzioni, tipi, classi) - NON testo. Usa Glob per trovare file, Grep per la ricerca di testo, LSP per la ricerca di simboli. Fornisce risultati in grado di riconoscere il tipo che comprendono importazioni, esportazioni e relazioni. Fonte: plaited/development-skills.