I managed to get it to work as how i want it by changing the Command Macro to the following:
Code: Select all
StringUpper, INPUT__nameUpper, INPUT__name, T
Send, public %INPUT__type% get%INPUT__nameUpper%{(}{)} {{}
Send, {Enter}return this.%INPUT__name%{;}

RMDoubleYou