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.



![[.NET] ToolTip and "Cannot access a disposed object" exception](https://www.jeygeethan.com/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsiZGF0YSI6MTEwLCJwdXIiOiJibG9iX2lkIn19--3b4c315fc9a79786cd0ea4b85fdd37798889788d/eyJfcmFpbHMiOnsiZGF0YSI6eyJmb3JtYXQiOiJwbmciLCJyZXNpemVfdG9fZml0IjpbODAwLDgwMF19LCJwdXIiOiJ2YXJpYXRpb24ifX0=--e6e6a0f38c858cc47eaf7fc395a39df3afd3bb47/9KBMU.png)