·using-typescript-lsp
</>

using-typescript-lsp

يُستخدم عند العمل باستخدام كود TypeScript أو JavaScript مع تمكين المكون الإضافي typescript-lsp - للعثور على المراجع أو التحقق من الأنواع أو التنقل في التعريفات أو التحقق من صحة الكتابة

37التثبيتات·1الرائج·@mhagrelius

التثبيت

$npx skills add https://github.com/mhagrelius/dotfiles --skill using-typescript-lsp

كيفية تثبيت using-typescript-lsp

ثبّت مهارة الذكاء الاصطناعي using-typescript-lsp بسرعة في بيئة التطوير لديك عبر سطر الأوامر

  1. افتح الطرفية: افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal
  2. نفّذ أمر التثبيت: انسخ ونفّذ هذا الأمر: npx skills add https://github.com/mhagrelius/dotfiles --skill using-typescript-lsp
  3. تحقق من التثبيت: بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw

المصدر: 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
الفئة
</>أدوات التطوير
موثق
أول ظهور
2026-02-01
آخر تحديث
2026-03-10

Browse more skills from mhagrelius/dotfiles

إجابات سريعة

ما هي using-typescript-lsp؟

يُستخدم عند العمل باستخدام كود TypeScript أو JavaScript مع تمكين المكون الإضافي typescript-lsp - للعثور على المراجع أو التحقق من الأنواع أو التنقل في التعريفات أو التحقق من صحة الكتابة المصدر: mhagrelius/dotfiles.

كيف أثبّت using-typescript-lsp؟

افتح الطرفية أو أداة سطر الأوامر لديك مثل 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