sublime3手动安装package_control

github(https://github.com/wbond/package_control) 下载,也可以直接git最新的 解压重命名文件夹为Package Control放置到:

sublime_text_3/Data/Packages/
# 就像:
sublime_text_3/Data/Packages/Package Control/dev等文件

重启sublime,自动加载PyV8(对应系统的) 如果下载失败,手动下载p3版本: github 放到:

# 我是linux64系统就是linux64-p3
sublime_text_3/Data/Packages/PyV8/linux64-p3/_PyV8.cpython-33m.so

安装插件

php开发:

cd sublime_text_3/Data/Packages
git clone https://github.com/SublimeLinter/SublimeLinter.git SublimeLinter
git clone https://github.com/SublimeLinter/SublimeLinter-php.git SublimeLinter-php
# 重启subliem ,2次

插件设置(User)

{
    "paths": {
        "linux": ["/vhs/php/php71/bin/php"],
        "osx": [""],
        "windows": ["D:/BtSoft/WebSoft/php/7.1/"]
    }
}

golang

git clone https://github.com/DisposaBoy/GoSublime.git GoSublime

插件用户设置

{
	"fmt_enabled": true,
	"fmt_tab_indent": true,

	// the assumed width of the tab character (or number of spaces to indent with)
	"fmt_tab_width": 8,
}

中文GBK乱码

# 显示中文,安装两个包
converttoutf8
Codecs33
(https://github.com/seanliang/Codecs33/tree/linux-x64)

必备插件

# 鼠标跟随
IMESupport
# 侧边栏文件和文件夹操作
SideBarEnhancements