Showing tag results for Find in Files

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
Nov 21, 2022
Post comments count28
Post likes count6

Visual Studio 2022 Performance Enhancements 17.4

Nayana Srikanth
Nayana Srikanth

Every new Visual Studio release includes new performance improvements that make the product faster and more responsive. 17.4 has some significant improvements across common scenarios like  Find in Files, Branch switching, configuration changes, unit testing, C++ indexing and file saving. We use product telemetry from our GA releases to set baseline...

Performance ImprovementsFind in FilesUnit test performance
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.

ProductivityVisual Studio 2019Tips and Tricks