Morning all,
Just a quick question, is there any way to globally rename a variable across all instances in a Cabbage script? Not sure if this is a feature or not- If not, is there a specific reason? Would it be tricky to implement? I ask since this feature has been very useful in Visual Studio when refactoring code - In Visual Studio, the process is:
Right click instance of variable > select ‘Rename’ in dropdown > Rename variable > Enter key > All instances renamed
Thanks!