Would it be possible to create a standard variable naming list?
I would like to know if there is a possibility to create a standard naming list for variables. So suppose our company uses a standard list:
accountNumber
telephoneNumber
streetAddress
So if a new developer types:
var num
Some popup will appear which contains accountNumber and telephoneNumber.
Please sign in to leave a comment.
I think you have to write your own extension with help of the R# SDK.
Regards
Andreas