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.
यह प्रोजेक्ट VS Code के लिए एक Go भाषा एक्सटेंशन है जो एक लैंग्वेज सर्वर क्लाइंट, एक डिबगिंग इंटरफेस और एक टेस्ट ऑटोमेशन रनर के माध्यम से एक व्यापक डेवलपमेंट एनवायरनमेंट प्रदान करता है। यह Go भाषा के पूर्ण डेवलपमेंट लाइफसाइकिल का समर्थन करने के लिए लैंग्वेज इंटेलिजेंस, फॉर्मेटिंग और डिबगिंग क्षमताओं को इंटीग्रेट करता है। यह एक्सटेंशन Go टूलचेन को मैनेज करके खुद को अलग करता है, जिसमें लैंग्वेज फीचर्स के लिए आवश्यक बाहरी बाइनरीज का इंस्टॉलेशन और कॉन्फ़िगरेशन शामिल है। यह एक समर्पित टेस्ट ऑटोमेशन इंटरफेस भी प्रदान करता है जो यूनिट टेस्ट स्केलेटन्स के जनरेशन और सीधे एडिटर के भीतर कोड कवरेज प्रोफाइल्स के विज़ुअलाइज़ेशन की अनुमति देता है।
Provides inline clickable buttons that map function signatures to targeted test runner commands.