Blogger Information
Blog 39
fans 2
comment 2
visits 50548
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
sublime text3 控制台安装方法+必用插件
fighting的博客
Original
6924 people have browsed it

控制台:

import urllib.request,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + '8bc59f460fa1548d1514676163dafc88'; 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)

必用插件:

必用插件是针对我自己前端开发的需求来说的:

autoFileName:自动显示url的路径和对应文件名;

CSS Format:格式化CSS;

DocBlockr:;

emmet:zen coding;

FileHeader:自动添加文件头部注释;

HTMLBeautify:格式化HTML;

IMESupport:微软输入法光标优化;

JsFormat:格式化JS文件的,点击右键选择就会自动重拍版;

LESS:支持LESS语法;

quoteHtml:将HTML使用双引号或者单引号括起来,主要适用于JS拼接HTML代码的时候。

SASS:支持SASS语法;

SideBarEnhancements:SideBarEnhancements是一款很实用的右键菜单增强插件。

SideBarFolders:自持侧边栏显示文件夹。

SublimeCodeIntel:这是一款代码提示插件,支持多种编程语言。添加对应的语言支持,在对应的语言文件按 Control+Shift+space , 就会自动下载对应的提示配置。

TrailingSpaces:能高亮显示多余的空格和Tab。

BracketHighlighter:高亮显示对齐的括号和标签。



作者:LoneRanger
链接:https://www.jianshu.com/p/97d8281e7c08
來源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。


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
1 comments
God_Like 2019-04-16 12:26:09
无法安装 插件控制台 怎么办
1 floor
Author's latest blog post