Variables Used on Page, Please implement if not available

I know I can see the variables used on the current page by clicking the toggle.

It would be great if I could see ALL variables and the ones used on the current page where a different colour or had a dot…something to show they are used on the page without clicking the toggle.

That way we can see the other variables that would be available to use.
Once you get a lot of variable use it gets a bit inefficient to switch back and forth to check for available variables I may have created.

Does anyone else think thats a good idea or am I nuts?

Also, is there a way to see all unused variables in a project?
Since learning more ive changed a lot of parts and i feel like I have a lot of unused variables and its hard to keep track of.

What you can do is probably go for each one and look if they’re used anywhere. It’s kinda tedious, but you should be able to do this via the new find pannel, or simply via searching for all the usages. Then you can safely delete those that aren’t used anywhere. But yeah, it’s the other way around.

1 Like