Showing results for Find - Visual Studio Blog

Dec 17, 2024
Post comments count0
Post likes count8

Refresh your Find results

Leah Tran
Leah Tran

Are you tired of having to repeatedly launch the Find window in Visual Studio to update your search results? Whether you've just refactored some code or pulled recent changes, having to redo a search to get updated results is no longer necessary. With the new refresh option, you can now update your Find results without the hassle of starting over. ...

SearchFind
Sep 5, 2023
Post comments count3
Post likes count5

Keep your casing with Case-preserving Find and Replace

Leah Tran
Leah Tran

The Visual Studio search experience is getting a new feature that allows users to find and replace text without having to worry about different casings. For example, a method parameter `catalogItemId` and object property `CatalogItemId` have the same name but different capitalization but should both be replaced by something like ‘productId’ with th...

SearchFindFind in Files
Dec 12, 2019
Post comments count35
Post likes count0

Modernizing Find in Files

Dante Gagne
Dante Gagne

Find in Files is one of the most commonly used features in Visual Studio, and in Visual Studio 2019 version 16.5 preview 1, we've given it the first round of improvements to make it faster and look more in line with the overall Visual Studio look and feel. This post will walk through the improvements and help developers get the most out of it.

Visual Studio 2019ProductivityTips and Tricks