2 مستودعات
Semantic completion specifically tailored for JavaScript by analyzing project configuration files.
Distinct from Code Completion Tools: Specializes general code completion for JavaScript's unique project-based configuration and module resolution.
Explore 2 awesome GitHub repositories matching development tools & productivity · JavaScript Semantic Completion. Refine with filters or upvote what's useful.
YouCompleteMe is a completion engine and semantic code analyzer for the Vim editor. It provides an integrated suite of development tools, including a Language Server Protocol client and a semantic analyzer that utilizes Clang to offer context-aware symbols and type-based highlighting. The project distinguishes itself through specialized semantic completion for C-family languages and JavaScript, offering identifiers, snippets, and automatic imports. It provides advanced visual feedback such as inlay hints for type information and parameter names, as well as semantic highlighting based on the a
Analyzes project configuration files to provide context-aware completions for JavaScript source code.
Tern هو محلل كود مستقل عن المحرر ومحرك تحليل ثابت لـ JavaScript. يعمل كخادم لغة يوفر ذكاءً دلالياً عن طريق تحليل الكود المصدري إلى أشجار بناء جملة مجردة لاستنتاج الأنواع وحل الرموز دون الحاجة إلى تعليقات توضيحية يدوية للنوع. يتميز المحرك باستخدام تعريفات النوع القائمة على JSON، والتي تسمح له بوصف توقيعات المكتبة والتبعيات الخارجية دون الحاجة إلى الكود المصدري الأصلي. كما يتميز بنظام إضافات يتيح توسيع وظائف الخادم لدعم المحملات أو أطر العمل المخصصة. يغطي المشروع مجالات قدرة واسعة بما في ذلك التنقل في الكود، وإعادة الهيكلة، والإكمال التلقائي للمحرر. يوفر خدمات مثل تحديد مواقع تعريف الرموز، والعثور على مراجع الكود، وتقديم تلميحات وسيطات الوظيفة والإكمالات بناءً على أنواع التعبير المستنتجة.
Provides deep semantic analysis of JavaScript code to enable advanced navigation and understanding in editors.