Is there a way to get a list of the variables used in the code?

Hello,

Is tehre a way to get a list of all the variables that are used in the code.

Like the list at the side that shows all the functions.

In the variables window the variables used aren’t shown. only the globals end some debugger gilder live code.

None of the locals.

Hello Juf,

The easiest way to do this is just invoke autocomplete inside some whitespace in a function. The locals are displayed at the top. If you wish to find usages of a variable you can right click->Find usages. This is a very helpful feature.

We will put variables back in the navigator (as per request) but we still have to figure out the best way to do this without it getting very cluttered. 

Regards,

M.Y. Developers

Hello Juf,

The easiest way to do this is just invoke autocomplete inside some whitespace in a function. The locals are displayed at the top. If you wish to find usages of a variable you can right click->Find usages. This is a very helpful feature.

We will put variables back in the navigator (as per request) but we still have to figure out the best way to do this without it getting very cluttered. 

Regards,

M.Y. Developers