Which plug-in for Sublime Text 3 allows you to make it so that when you edit CSS / HTML files when you click on a class or ID, the cursor immediately jumps to the place where this class (ID) is declared?

    1 answer 1

    You can install the Goto-CSS-Declaration plugin for this. Then just in the markup put the cursor on the desired class and either through the context menu choose Go to CSS Declaration . You will be transferred to that CSS file in the project where this class is described. Or you can use hotkeys for it.