News

'All-in-One Search' Leads New Visual Studio Productivity Features

Microsoft's' string of productivity improvements in Visual Studio 2022 over the past year have continued in v17.9 Preview 3, shipped last week.

That preview enhances search functionality, specifically All-in-One Search, or Code Search.

The company previewed All-in-One Search in April, and Preview 3 enhanced the functionality by adding plain-text support.

"Now, you can search for any word or string of characters across your solution, supplementing file and symbol results from your codebase," said the dev team's Leah Tran in a Jan. 17 post. "You can now search for local variable names, words in comments, parameter names, or any other string of characters across your codebase."

 Plain-Text Search
[Click on image for larger view.] Plain-Text Search (source: Microsoft).

The plain-text support was also featured in a new post today (Jan. 22) that summarizes Visual Studio productivity features in 2023.

"The Code Search experience in All-In-One Search will actually look through all your code with the addition of plain text support, including comments and local variables," Tran said.

Code Search in Action
[Click on image for larger, animated GIF view.] Code Search in Action (source: Microsoft).

Other productivity boosts dating back to v17.5 include Spell Checker, Markdown, Brace Pair Colorization, Sticky Scroll, Compare Files, Copy and Trim Indentation, Case-Preserving Find and Replace, Summary Diff and Rename Suggestions.

Regarding Code Search, Tran noted the default experience (enacted via Ctrl+T or Ctrl+) will include exact text matches when applicable, adding items like comments and local variables that were previously unavailable.

Developers can retrieve just text results by doing one of these:

  • Click the "text (x:)" button below the search bow [box?]
  • Prefix your search query with "x:"
  • Use the keyboard shortcut 'Shift+Alt+F'
  • Go to the menu option "Edit > Go To > Go To Text"

The UI also pops up these text-only search options:

  • Match case
  • Match whole word
  • Use regular expressions

The new full text support is supposed to be available by default in v17.9 previews starting with Preview 2, but if it hasn't rolled out completely yet developers can switch it on with menu commands: Tools > Options > Environment > Preview Features > Plain text search in All-In-One Search.

"It will also be available in the main release in version 17.9 as a preview feature, where you can turn it on by going to Tools > Options > Environment > Preview Features > Plain text search in All-In-One Search," Tran said.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Microsoft Revamps Fledgling AutoGen Framework for Agentic AI

    Only at v0.4, Microsoft's AutoGen framework for agentic AI -- the hottest new trend in AI development -- has already undergone a complete revamp, going to an asynchronous, event-driven architecture.

  • IDE Irony: Coding Errors Cause 'Critical' Vulnerability in Visual Studio

    In a larger-than-normal Patch Tuesday, Microsoft warned of a "critical" vulnerability in Visual Studio that should be fixed immediately if automatic patching isn't enabled, ironically caused by coding errors.

  • Building Blazor Applications

    A trio of Blazor experts will conduct a full-day workshop for devs to learn everything about the tech a a March developer conference in Las Vegas keynoted by Microsoft execs and featuring many Microsoft devs.

  • Gradient Boosting Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the gradient boosting regression technique, where the goal is to predict a single numeric value. Compared to existing library implementations of gradient boosting regression, a from-scratch implementation allows much easier customization and integration with other .NET systems.

  • Microsoft Execs to Tackle AI and Cloud in Dev Conference Keynotes

    AI unsurprisingly is all over keynotes that Microsoft execs will helm to kick off the Visual Studio Live! developer conference in Las Vegas, March 10-14, which the company described as "a must-attend event."

Subscribe on YouTube