ما هي using-typescript-lsp؟
يُستخدم عند العمل باستخدام كود TypeScript أو JavaScript مع تمكين المكون الإضافي typescript-lsp - للعثور على المراجع أو التحقق من الأنواع أو التنقل في التعريفات أو التحقق من صحة الكتابة المصدر: mhagrelius/dotfiles.
يُستخدم عند العمل باستخدام كود TypeScript أو JavaScript مع تمكين المكون الإضافي typescript-lsp - للعثور على المراجع أو التحقق من الأنواع أو التنقل في التعريفات أو التحقق من صحة الكتابة
ثبّت مهارة الذكاء الاصطناعي 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 |
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
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 بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/mhagrelius/dotfiles