Navigating from CSS to HTML (and back)
https://dl.dropboxusercontent.com/spa/lkj2dewi3ofvkgc/zryk8qoo.jpg
Hi.
This picture shows me trying to navigate from my stylesheet to the appropriate place in my html where the #preview class is used.
I could have sworn I saw someone doing this in a youtube video.
How do I jump from css to html (and back) like I am able to do with variable names and methods and their definitions?
Thanks!
Please sign in to leave a comment.
Hi,
you should be able go from html's usage of a class to its declaration (Go To|Declaration)
To go from class' declaration to its usages try Find Usages.
Regards, Oleg.
Thanks.
Got it working now.
Seems I was trying to navigate to a class that hadn't even been written yet!