c# - Resharper - modify string interpolation back to string.Format -
some days ago followed advice of resharper modify string.format's string interpolations. accepted suggestion , changed throughout complete solution.
since working in team, discussed change (afterwards, when damage done) , decided go string.format's sure nothing broken.
now, there way tell resharper change string interpolations string.format's? hope there is.
notes:
- using visual studio 2015
- using resharper 2017.1.3
- nothing broke after change interpolation, it's esthetic reasons decided stay our string.format's
it great have easy way instead of undoing checking tfs (file per file, there other changing want keep).
put cursor on interpolated string | hit alt+enter | convert 'string.format' | convert 'string.format' in solution
Comments
Post a Comment