Editing a sublime theme, how to know which key string corresponds to which text element in the code?
- by laggingreflex
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?