Find all source hardcoded strings

后端 未结 6 1142
夕颜
夕颜 2020-12-04 13:51

I need to move all the hard coded strings in my source code in .resx files. Is there a tool that could help me find all the hardcoded strings within C# code?

6条回答
  •  时光取名叫无心
    2020-12-04 14:29

    You could always do a search for the " sign in all the .cs files. That should get you to most of them, without too much noise.

提交回复
热议问题