It would be nice to have a function that shows if a variable or method is really used in a solution. This speeds up deleting unwanted code.
Rainer BM-vhm
DSP Memory Distribution GmbH
It would be nice to have a function that shows if a variable or method is really used in a solution. This speeds up deleting unwanted code.
Rainer BM-vhm
DSP Memory Distribution GmbH
you mean that you want to delete methods that are not used by any form or button ?
That is maybe doable but a method can also be called from all other scripts.. And this is much harder to track for us.