Not sure if this is already a feature, apologies if so.
Could we introduce a function where we can see all current default entries for variables. I’ve made the mistake before of publishing a package with default variables I did not want in.
In large projects, it would take some time going through every sequence looking for defaults.
When we create a variable it gets default value internally/hidden it does not appear in variable but variable has values,
Ex as below,
Int32 = 0
String = “”
Boolean = True
like this values are assigned,