This extension allows you to trigger VS Code's 'Search in Files' feature (Ctrl+Shift+F) using a custom URI scheme. This is useful for launching searches from external scripts or tools like batch files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
🔍 URI Grep: Trigger Global Search via URI (v1.4.0)
URI Grep is a lightweight VS Code extension that allows you to trigger the built-in "Search in Files" feature (Global Search) using a custom URI scheme. It's designed for seamless integration with external scripts, batch files, or automation tools.
✨ Key Features
🚀 External Integration: Launch complex searches directly from your terminal, scripts, or other applications.
⚙️ Deep Customization: Control every aspect of the search, including regex, case sensitivity, file inclusion/exclusion, and context lines.
🔄 Smart Fallbacks: Intelligent priority system: URI Parameter > VS Code Setting > Extension Default.
📋 Context-Aware: Support for showing surrounding lines (context) in search results.