I would like to see the complete path to file on Sublime Text Title Bar - if you would also like that then come along... :)
Go to Sublime Text -> Preferences -> Settings -> User tab
and add the following line
"show_full_path": true
Tada! Now Sublime Text will show you the complete file path in title bar
Example of my preferences that I have kept
{
"color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",
"open_files_in_new_window": false,
"theme": "Default.sublime-theme",
"word_wrap": true,
"show_full_path": true
}
No comments:
Post a Comment