I currently have Webstorm installed and it has this great feature where when you hover over a line of code, it traces every nested code leading up to that point
So in the image above, notice how the editor traces the code at the top in the following manner: div.container-fluid --> div.row -->div.col-xs–4 --> button.btn-block.btn-primary etc etc
I want to migrate to Brackets (since I like it more) and I wanted to know if anyone knows of any extension that does something similar to this. It is especially helpful for me when I am reading code and it’s the only reason why I haven’t completely migrated to Brackets yet. Thanks in advance!