I would like Service Studio to automatically add code to the assignment after I have named it in this specific way:
[NameOfAnInernalVariable]++
Obviously, the automatically added code should be:
NameOfAnInernalVariable = NameOfAnInernalVariable + 1
Perhaps it would also make sense to do this for types other than int - example:
NameOfAnInernalVariable = AddDays(NameOfAnInernalVariable, 1)
Although technically simple, this behaviour would save me a lot of time when developing.
Screenshot 2023-03-24 110221.png