Sublime Text預設不支援中文,可以透過安裝Chinese Traditional Supplement外掛程式和修改配置啟用中文支援。安裝外掛:搜尋框輸入Chinese Traditional Supplement,按回車鍵安裝。修改配置:Windows:Preferences.sublime-settings檔案新增程式碼片段。 Mac:Preferences.sublime-settings檔案新增程式碼段。 chinese_enabled:設定為true啟用中文支援。 chinese_font_
Sublime Text中文設定方法
Sublime Text是一種流行的跨平台文字編輯器,但預設不提供中文支援。然而,用戶可以透過安裝插件和修改配置輕鬆啟用中文支援。
安裝外掛程式
Ctrl Shift P
(Windows)或Cmd Shift P
(Mac)。 Install Package Ctrl Alt P
並選擇該選項。 Chinese Traditional Supplement
。 修改設定
開啟Sublime Text使用者設定檔:
C:\Users\<使用者名稱>\AppData\Roaming\Sublime Text 3\Packages\User\Preferences.sublime-settings
/Users/<使用者名稱>/Library/Application Support/Sublime Text 3/Packages/User/Preferences.sublime-settings
<code class="json">{ "chinese_texthost": { "chinese_enabled": true, "chinese_font_face": "Microsoft YaHei, SimHei, STHeiti" } }</code>
chinese_enabled
:將此值設為true
以啟用中文支援。 chinese_font_face
:指定用於顯示中文的字體,可以使用多個字體,以逗號分隔。 重啟Sublime Text
完成上述步驟後,請重新啟動Sublime Text以套用變更。現在,Sublime Text將支援中文輸入和顯示。
以上是sublime怎麼中文的詳細內容。更多資訊請關注PHP中文網其他相關文章!