Editing a sublime theme, how to know which key string corresponds to which text element in the code?

Posted by laggingreflex on Super User See other posts from Super User or by laggingreflex
Published on 2014-08-10T01:37:15Z Indexed on 2014/08/22 4:23 UTC
Read the original article Hit count: 158

Filed under:
|

I want to customize the color scheme of the comments in my code, by editing the .tmTheme

How to know which of the <dict> <key> corresponds to which element of the code?

Like, I can guess some of them but not every one of them is that obvious..

I remember there was some mouse click or a keyboard shortcut that when you hover over something in your code and click/press it it would show exactly the key you need to edit in the status bar.

Something like this

How do I do that?

© Super User or respective owner

Related posts about sublime-text-2

Related posts about themes