-
Notifications
You must be signed in to change notification settings - Fork 7
[MacOS] cmd + click on a variable #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think it's already available (btw I haven't tested) |
As far as I can tell - it does not work...cmd + click takes you to references of where the For example:
Cmd + Clicking $variable inside the body background color doesn't take you to $variable = #ffffff; |
I know it doesn't work with the external variable which is defined in other file. But it works fine in same file 👇 InShot_20240524_191734642.mp4 |
Ah, sorry! That is what I had meant, I keep all my variables in a separate variables file - my fault on explaining poorly! |
Is it possible to have cmd + click on a variable take you to where the variable is declared?
Or offer a list of where multiple variations have been declared.
The text was updated successfully, but these errors were encountered: