在sublime text 3中安裝中文支援

2021-07-03 07:55:40 字數 579 閱讀 9728

1、安裝package control

使用control+~開啟終端,然後輸入以下內容並確定:

import  urllib.request,os;pf='package control.sublime-package';ipp=sublime.installed_packages_path();urllib.request.install_opener(urllib.request.build_opener(urllib.request.proxyhandler()));open(os.path.join(ipp,pf),'wb').write(urllib.request.urlopen(''+pf.replace(' ','%20')).read())

2、安裝converttoutf8

[ctrl+shift+p]調出command palette,然後輸入install,調出package control,然後找到converttoutf8,回車即可。

3、安裝codec33

[ctrl+shift+p]調出command palette,然後輸入install,調出package control,然後找到codec33,回車即可。

Ubuntu下sublime text3安裝步驟

1.在ubuntu中按ctrl alt t開啟命令視窗,按下面步驟和命令進行安裝即可 新增sublime text 3的倉庫 sudo add apt repository ppa webupd8team sublime text 3 2.更新軟體庫 sudo apt get update 3.安裝...

在Sublime Text3中實現jade語法高亮

在sublime text3中實現jade語法高 一.首先安裝package control package control 外掛程式是乙個方便 sublime text 管理外掛程式的外掛程式,但因為 sublime text 3 更新了 python 的函式,api不同了,導致基於 python...

在Sublime Text 3中新增snippet

1,點選tools new snippet,你會得到如下 cdata hello,is a 引數講解 cdata 這裡是你要現實的內容 你所需要顯示的內容都要寫在cdata中 這裡的數字1,代表游標第一顯示的位置,必選,你還可以設定更多,游標第二顯示的位置,按tab鍵由1位置到2位置,游標第100顯...