Static refactoring with Visual Studio regular expressions
23 lut 2021 | Blog | programowanie | c# | .net | regular expressions | visual studio | IT
Regular expressions are a multi-tool in every developer toolbox. One of the places they can be useful is Quick Find and Quick Replace dialogs in Visual Studio. In this post, I’m going to show you how you can use the power of regular expressions in smart refactoring. Changing an enum to string Let’s assume I’d… Continue reading Static refactoring with Visual Studio regular expressions