You can make sublime text to show the full path to the current file in the title bar by changing some settings in the settings.
If you are using OS X, add
"show_full_path": true,
to your user settings and check their default settings.
On another system, this is the default, I think, but you can always make sure. Hope this helps.
source
share