4 مستودعات
Static analysis that incorporates the resolution of external dependencies to provide full visibility of the codebase.
Distinct from Code Dependency Analysis: Distinct from Code Dependency Analysis: not just listing dependencies, but using them to enrich the analysis of the target code.
Explore 4 awesome GitHub repositories matching development tools & productivity · Dependency-Aware Code Analysis. Refine with filters or upvote what's useful.
هذا الامتداد للمتصفح هو متصفح كود مصدر قائم على الويب يحول عبارات الاستيراد، وإعلانات التضمين، ومسارات التبعية إلى روابط قابلة للنقر. يعمل كحل روابط تبعية ومتصفح إجراءات سير العمل، حيث يربط المتطلبات الخاصة باللغة بكود المصدر المقابل لها أو المستودعات الخارجية. يوفر المشروع أداة معاينة تبعية الحزمة التي تستخدم بطاقات التمرير لعرض البيانات الوصفية ورؤى التبعية دون الحاجة إلى مغادرة المستخدم للصفحة الحالية. كما يحول تعريفات الإجراءات داخل ملفات سير عمل CI/CD إلى روابط مباشرة لتنفيذاتها الأساسية. يتعامل الامتداد مع التنقل في الكود المصدري واستكشاف الكود الثابت من خلال تحديد الأنماط الخاصة باللغة وحل مسارات المشروع الداخلية إلى عناوين URL خارجية.
Enriches the code exploration experience by providing on-demand package dependency insights via hovercards.
Kode-CLI هي واجهة طرفية مدعومة بنماذج لغوية كبيرة (LLM) مصممة لتحرير الكود، وتنفيذ أوامر الصدفة (shell)، وتنسيق الوكلاء. تعمل كمحرر كود باللغة الطبيعية ومنسق وكلاء ذكاء اصطناعي، مما يسمح للمستخدمين بتعديل الكود المصدري وإدارة مهام المشروع مباشرة من سطر الأوامر. يتميز النظام بطبقة تنسيق لا تعتمد على نموذج معين، حيث تتبدل بين نماذج لغوية كبيرة مختلفة وخبراء متخصصين لتحسين الاستجابات. ويستخدم نموذج تفويض متعدد الوكلاء، حيث يطلق وكلاء مستقلين متخصصين بأدوار محددة للتعامل مع المعالجة المتوازية والتحليل العميق لمكونات المشروع. توفر الأداة تحليلاً للملفات يراعي السياق لتطبيق تعديلات دقيقة على الملفات المحلية، وتترجم مطالبات اللغة الطبيعية إلى تنفيذ أوامر shell في الوقت الفعلي لأتمتة سير العمل. مجموعة أدواتها قابلة للتوسيع من خلال نظام إضافات يقوم بتثبيت مهارات وخوادم خارجية من مستودعات بعيدة.
Scans project structures and file dependencies to provide intelligent suggestions for code modifications.
ansible-lint is a static code analysis tool and linter designed to identify syntax errors and best practice violations within Ansible playbooks and roles. It functions as a quality gate for automation pipelines, scanning configuration files and scripts without executing the code to ensure reliability and consistency. The project distinguishes itself by acting as an automated code formatter that can correct identified linting issues and reformat files to meet community standards. It also serves as a dependency manager, automatically detecting and installing required roles and collections from
Ensures comprehensive analysis by automatically resolving and installing required roles and collections from requirements files.
The dependency analysis Gradle plugin is a diagnostic and management tool designed to optimize build configurations for JVM and Android projects. It identifies unused dependencies and plugins by inspecting source code and compiled bytecode, ensuring that project configurations remain lean and efficient. By integrating directly into the build lifecycle, the plugin provides actionable insights that help maintain clean dependency declarations and reduce unnecessary build overhead. The project distinguishes itself through a heuristic-based advice engine that explains the rationale behind every re
Visualizes project architecture through dependency graphs and dominator trees to identify performance bottlenecks.