目录

sublime-config 配置包 网址:https://github.com/happypeter/sublime-config

packagecontrol 库 网址:https://packagecontrol.io/installation#st3 # 需要VPN访问

配置F5快捷方式运行

ctrl+` 
import urllib.request,os,hashlib; h = '6f4c264a24d933ce70df5dedcf1dcaee' + 'ebe013ee18cced0ef93d5f746d80ef60'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)

输入 install package 回车

输入 sublimeREPL

绑定快捷键

    [
    {
        "keys":["f5"],
        "caption": "SublimeREPL: Python - RUN current file",
        "command": "run_existing_window_command", "args": {"id": "repl_python_run",
        "file": "config/Python/Main.sublime-menu"}
    }
]

 安装配置sublime Text 3 快捷键方式 随笔

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。

配置i代码提示语自动补全 sublimecodeintel

扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄