This functionality is not included in Visual Studio.
As mentioned in the commentary, I believe that you can get this by installing a plugin like Resharper (see the documentation for changing method signatures ).
If you do not want to install the plugin (for example, I), I use the Visual Studio function to search for all the links (by right-clicking on the function or using the Ctrl + K, R hotkey). This at least makes the execution easier: just double-click each search result and make changes.
source share