-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Feature Request: VS Code Docs - Search Techniques and Support Exact String Matching #292896
Description
Description
The VS Code documentation site does not currently provide clear guidance on how its search functionality works or which search techniques are supported.
For example, performing an exact phrase search using quotation marks (e.g. "agent mode") returns the same results as an unquoted search, which suggests that exact string matching is either not supported or not documented.
This makes it difficult to efficiently locate precise documentation, especially as the docs continue to grow and include more AI- and Agent-related content.
Requested Improvements
-
Document search behavior and techniques
Add a visible section in the VS Code docs explaining:- Supported search operators (if any)
- Whether phrase searches, partial matches, or fuzzy search are used
- How ranking and relevance are determined
- Any limitations or known behaviors of the search engine
-
Add support for exact string (phrase) search
Enable exact phrase matching when users wrap terms in quotation marks (e.g."agent mode"), so results only return pages containing that exact phrase. -
Optional UI affordance
Consider adding a tooltip, help link, or “Search tips” link near the search input to make these capabilities discoverable.
Why This Matters
As VS Code continues to evolve into an AI-first development environment, users increasingly rely on precise terminology such as Agent Mode, orchestration, and tools.
Improving search transparency and supporting exact matching would significantly improve discoverability and reduce friction when navigating the documentation.
Additional Context
See attached video demonstrating the issue, where quoted and unquoted searches return identical results.