The var keyword in C # is a great time saver when coding, but when you look back at code that is not fresh in your mind, it is more useful to have explicit types in the code.
I have an express code that allows me to "Explicit" 1 var keyword at a time.
Are there any tools or add-ons that immediately transform many of them?
source
share