Blogger Information
Blog 22
fans 1
comment 1
visits 22274
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Sublime Text3下载安装与插件使用 学习笔记- PHP培训十期线上班
Miss灬懒虫
Original
692 people have browsed it

Sublime Text3下载安装与插件使用

下载安装

  1. https://www.sublimetext.com/3 下载页面进行下载文件。

Sublime Text3下载

插件控制台(Package Control)安装

  1. 打开安装的Sublime Text3,点击 View-->Show Console

  1. 在如图下方输入安装 Package Control的命令

  1. Sublime Text3 Package Control 安装命令如下:
  2. 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)

汉化

  1. 1、在Preferences 列表下,选择 Package Contol(Ctrl+Shift+p),输入install package选中第一个,等待服务器刷新相关插件列表。
  2. 2、在软件列出的插件列表中搜索框中输入 localization”,之后选择第一个即可。

汉化

Correcting teacher:天蓬老师天蓬老师

Correction status:unqualified

Teacher's comments:不要当成作业发布
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post