sublime 中文件夹名字不显示中文的配置

菜单栏:首选项 ---> 设置 用户

 文件内容如下:

{
    "auto_complete_triggers":
    [
        {
            "characters": " ",
            "selector": "text.html"
        }
    ],
    "color_scheme": "Packages/User/Monokai (SL).tmTheme",
    "default_line_ending": "unix",
    "font_size": 12,
    "dpi_scale": 1.0,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
        "GoSublime",
        "SVN",
        "SublimeClang",
        "caniuse_local",
        "CSS",
        "SyncedSideBar",
        "Vintage",
        "Marking Changed Rows",
        "SublimeLinter-contrib-clang",
        "JSLint",
        "Modific"
    ],
    "show_encoding": true,
    "show_full_path": true,
    "tab_size": 4,
    "theme": "Brogrammer.sublime-theme",
    "translate_tabs_to_spaces": true,
    "update_check": false,
    "word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
    "word_wrap": true
}

能够让标题显示中文的主要是里面的: "dpi_scale": 1.0,

其余的配置,是我自己已经习惯使用了的,所以记载一下。

posted @ 2025-03-12 11:35  smil、梵音  阅读(16)  评论(0)    收藏  举报