2 مستودعات
Displays actionable metadata and execution links directly within the editor.
Distinct from Code Editors & IDEs: Distinct from Code Editors: focuses on the specific UI mechanism of actionable metadata overlays.
Explore 2 awesome GitHub repositories matching development tools & productivity · Code Lens Providers. Refine with filters or upvote what's useful.
Rust-analyzer is a language server implementation that provides real-time code intelligence, static analysis, and development productivity tools for the Rust programming language. It functions as a backend engine that communicates with text editors to deliver deep structural understanding of source code, enabling features like semantic analysis, symbol navigation, and automated refactoring. The project distinguishes itself through a core engine designed for high-performance responsiveness, utilizing incremental query-based compilation and lazy demand-driven evaluation to minimize resource con
Shows actionable metadata and test execution links directly above code structures to provide quick access to tasks.
هذا المشروع هو إضافة لغة Go لـ VS Code توفر بيئة تطوير شاملة من خلال عميل خادم لغة، وواجهة تصحيح أخطاء، ومشغل أتمتة اختبار. يدمج ذكاء اللغة، والتنسيق، وقدرات تصحيح الأخطاء لدعم دورة حياة تطوير لغة Go بالكامل. تتميز الإضافة بإدارة سلسلة أدوات Go، بما في ذلك تثبيت وتكوين الثنائيات الخارجية المطلوبة لميزات اللغة. كما تتميز بواجهة أتمتة اختبار مخصصة تسمح بإنشاء هياكل اختبار الوحدة وتصور ملفات تعريف تغطية الكود مباشرة داخل المحرر. يغطي المشروع مجموعة واسعة من القدرات بما في ذلك التحليل الساكن للتدقيق والتحقق، وإعادة هيكلة الرموز، وتنسيق الكود المصدري المؤتمت. يوفر أدوات للتنقل في الحزم والرموز، بالإضافة إلى أدوات لإنشاء كعب الواجهة وإدارة علامات الهيكل. يتم دعم تصحيح أخطاء البرنامج التفاعلي من خلال نقاط التوقف وتتبع المتغيرات.
Provides inline clickable buttons that map function signatures to targeted test runner commands.