// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"show_full_path": true
}
两种设置
(每行一个设置,用 a 分隔)
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"show_full_path": true,
"save_on_focus_lost": true
}
现在保存这个设置文件。
现在您应该能够在标题栏中看到完整的路径。
(注意: 对我来说,我不需要重新启动 Sublime,请看标题栏中的路径,但我认为我必须在使用 Windows 版本的程序)
仅供参考,在 Sublime 的全屏模式/无干扰模式下,你需要将指针移动到屏幕顶部才能看到标题栏。
我通常只是运行升华,我已经手动调整我的窗口大小为屏幕的全尺寸,所以我总是可以看到标题栏。
当你读到: 时,只是为了澄清一下
//Show the full path to files in the title bar.
// On OS X, this value is overridden in the platform specific settings, so
// you'll need to place this line in your user settings to override it."