Hi,
I am using Sublime text 2 and have searched around for an answer but can’t find anything.
I often have lots of files open with the same name but they are from different locations. If I hover over it will give me the path to the file. What I would like is to include the containing folder in the tab label.
So currently my tabs look like this:
test.js | test.js | test.js
and what I would like is:
model/test.js | view/test.js | controller/test.js
Anybody point me in the right direction for the config to do this, or perhaps a plugin that could help?
Thanks in advance!