2 रिपॉजिटरी
Execution of selected text fragments as code with the output replacing the original text.
Distinct from Text Search and Replace: Candidates focus on rule evaluation or text replacement, not executing code within a buffer.
Explore 2 awesome GitHub repositories matching development tools & productivity · In-Buffer Code Evaluation. Refine with filters or upvote what's useful.
mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation, user interface, and text manipulation tools. It serves as a modular plugin collection, a UI toolkit for creating custom statuslines and notifications, and a package manager for installing and pinning external plugins from Git. The project provides a specialized fuzzy picker framework for filtering files and symbols, an LSP completion engine with interactive snippet expansion, and a dedicated plugin test framework that uses headless editor instances and remote procedure calls
Allows executing selected text as code and replacing the region with the resulting output.
gore Go भाषा के लिए एक इंटरैक्टिव शेल और रीड-इवल-प्रिंट लूप है। यह एक प्रोटोटाइपिंग टूल के रूप में कार्य करता है जो पूर्ण बिल्ड चक्र की आवश्यकता के बिना टर्मिनल-आधारित इंटरफ़ेस में एक्सप्रेशन, स्टेटमेंट और फ़ंक्शन घोषणाओं के मूल्यांकन की अनुमति देता है। यह प्रोजेक्ट इंटेलिजेंट कोड कंप्लीशन, वास्तविक समय कोड सुझाव और स्वचालित पैकेज आयात रिज़ॉल्यूशन प्रदान करने के लिए एक भाषा सर्वर क्लाइंट के रूप में एकीकृत होता है। यह डिपेंडेंसी को हल करने के लिए अस्थायी मॉड्यूल फ़ाइलें उत्पन्न करके और सत्र के दौरान स्वचालित रूप से रिमोट रिपॉजिटरी आयात करके खुद को अलग करता है। इस टूल में डेवलपर अनुभव के लिए क्षमताएं शामिल हैं, जैसे कि एक्सप्रेशन टाइप इंस्पेक्शन, सिंबल दस्तावेज़ीकरण पुनर्प्राप्ति, और अनावश्यक कंपाइलर आउटपुट की फ़िल्टरिंग। इंटरैक्टिव सत्र मल्टी-लाइन ब्लॉक ट्रैकिंग, निरंतर कमांड इतिहास और ANSI-आधारित टर्मिनल कर्सर प्रबंधन द्वारा समर्थित है।
Maintains a persistent internal buffer of source code that is rewritten and compiled upon every execution request.