Currently, I am diving into the world of Sublime Text 2 and I must say, I am quite impressed with its capabilities. However, there are a few features that I miss from my previous editor (Microsoft Expression Web).
One particular functionality I found extremely useful in Expression Web was when I had an HTML file with a class for a div element. By writing fx:
<div class="classname"></div>
I could then simply CTRL + click on the classname and it would instantly navigate me to the CSS file where this class was defined, taking me directly to the specific line so I could make edits without having to manually search through the entire CSS file.
My question is, can this same feature be achieved in Sublime Text 2 as well?
Looking forward to your response!