I’m referencing this plugin. Basically, if you have foo/index.js
open, the tab will display foo/
instead of index.js
.
Does an equivalent exist for Sublime. If not, could anyone give me some pointers on how I can start implementing it (still a novice with plugins)?
It seems to me that the key here is to be able to calculate the tab name based on the path of the file.