nitz
Junior Member
21 Posts |
Posted - Feb 18 2017 : 10:48:46 PM
|
Currently, the 'Rename' feature in C# treats interpolated strings as if they were just regular strings. (As in: they are only listed if 'show usage in comments and strings' is selected, and they need to be individually ticked to be able to refactor.
Without it, I've missed a handful of symbols from time to time that just end up looking funny when they refer to an old variable name. :)
Since they're actively referring to code symbols, it'd make sense if the rename operation were to treat it like code as well. (This logic could be extended to the "Find All References" and anything else that might look at code like that.)
Thanks! |
|