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 their respective casings.
The post Keep your casing with Case-preserving Find and Replace appeared first on Visual Studio Blog.