Showing results for Find - Visual Studio Blog

Sep 5, 2023
3
5

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...

SearchFind in FilesFind
Dec 12, 2019
35
0

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