D
D
desuvin2014-11-30 08:25:13
css
desuvin, 2014-11-30 08:25:13

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

2 answer(s)
B
Bagabum, 2015-11-07
@Bagabum

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.

S
Sergey, 2014-11-30
@serzhei

Copy the desired class, go to css - press ctrl+f and paste the desired class.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question