If you feel that you want to show the full file paths in your favorite editors - Sublime Text and Visual Studio Code, follow the simple steps below:
Sublime Text (on a Mac):
Goto Sublime Text -> Preferences -> Settings and add the following:
{
"show_full_path": true
}
Visual Studio Code (on a Mac):
Goto Visual Studio, Code -> Preferences -> Settings and add the following:
{
"window.title": "${activeEditorLong}"
}
As a small tweak, i added the following into my visual studio title, as it allows any custom string:
{
"window.title": "${activeEditorLong} - work hard, play harder"
}
Now you can see the full path of the files in the top title bar.



![[VB.NET] Finding whether its Design Mode or Runtime Mode for Forms](https://www.jeygeethan.com/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBjUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--83e9b1eefb2dbf28cf8ba95e611a9763be3b888b/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCem9MWm05eWJXRjBTU0lKYW5CbFp3WTZCa1ZVT2hKeVpYTnBlbVZmZEc5ZlptbDBXd2RwQWlBRGFRSWdBdz09IiwiZXhwIjpudWxsLCJwdXIiOiJ2YXJpYXRpb24ifX0=--6537b47e9694a3a864616c0c841b2b90918ae094/DesignTime.jpeg)