Answer the question
In order to leave comments, you need to log in
Is there a plugin to quickly navigate to a css class in Sublime Text?
In brackets, we conveniently implemented the ability to switch to a class by hotkey. Is it possible to somehow implement this in sublime with scss support? In any of the following ways:
1) stand on , press the hotkey, get into the scss file, the cursor automatically moves to the style declaration for the .left class. Moreover, parents must be taken into account in order to find the right place. because .LEFT may be in other places
2) open the scss file, press the hotkey. A window will pop up where you can enter ".main .left" and it will find this place in the scss file.
Answer the question
In order to leave comments, you need to log in
There is a Goto-CSS-Declaration plugin. Become a class and poke win+alt+. or right click and Go to CSS Declaration. Hotkeys can be customized.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question