Eloiz07
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Extract all strings in a project from Rider
Hi.I want to create a file (txt, csv...) of all the hard-coded string data within my project and extract it.For example, let's say a particular .cs file is coded like thisvar value1 = "test1";var v... -
Edited Blank lines in enumeration definitions when performing "Reformat and clean code"
Hi. I used JetBrains Rider 2023.1.3 I recently added the following enum definition to a project. /// <summary>/// Parameter types/// </summary>public enum ParamTypes{ [Description("fastening")]... -
Created All delete unused resource items
Hi. I added a lot of resource items to support multilingual support. However, as the software has been updated for a long time, there are many unused items. Is there any way to delete items that ...