Visual Studio - Tool to replace hard coded strings with resources

前端 未结 7 649
终归单人心
终归单人心 2021-01-02 22:07

I have a big ASP.NET project full of hard coded strings, that now have to be extracted to resources. Such strings can be found almost anywhere (in .cs files, .aspx files, .a

7条回答
  •  暖寄归人
    2021-01-02 22:54

    Do you have ReSharper? Then you perhaps should wait for version 5.0. It will have RGreatEx (mentioned by Anton) functionality included. Read the thread from the R# forum on this topic.

    Update: The feature will be in R# 5.0. See the official announcement.

提交回复
热议问题