Page 1 of 1

Windows IDE - Functions list to also show variables.

Posted: Wed Apr 08, 2015 10:42 pm
by Bugala
To wishlist.

in Windows IDE there is this list of functions you have made on the left side of the editor.

This list is naturally very handy, but It would be even more handy, if it would also show the variables i have declared to my function.

As example:
p_myfunction(var1, var2)

would just show up as "p_myfunction" like it does now, but would show up as "p_myfunction(var1, var2)"