sublime 插件安装packagecontrol

举报
lxw1844912514 发表于 2022/03/27 03:37:00 2022/03/27
【摘要】 https://packagecontrol.io/installation 第一步: Installation Simple The simplest method of installation is through the Sublime Text console. The console is access...

https://packagecontrol.io/installation

第一步:

Installation

Simple

The simplest method of installation is through the Sublime Text console. The console is accessed via the ctrl+` shortcut or the View > Show Console menu. Once open, paste the appropriate Python code for your version of Sublime Text into the console.

Sublime Text 3 Sublime Text 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)

This code creates the Installed Packages folder for you (if necessary), and then downloads the Package Control.sublime-package into it. The download will be done over HTTP instead of HTTPS due to Python standard library limitations, however the file will be validated using SHA-256.

Warning: Please do not redistribute the install code via another website. It will change with every release. Instead, please link to this page.

第二步:

sublime text安装

进入提供的相关环境sublime Text目录,点击运行

调出installpackage界面


   
  1. ctrl + shift + p
  2. install package

常用工具包


   
  1. AdvancedNewFile
  2. Djaneiro
  3. Emmet
  4. less
  5. sass
  6. Git
  7. Side Bar
  8. HTML/CSS/JS Prettify
  9. Python PEP8 Autoformat
  10. SublimeCodeIntel
  11. ColorPicker
  12. OmniMarkupPreviewer

相关包简介

常用包使用说明

AdvancedNewFile 可以创建文件,也可以连目录和文件都创建 win+alt+n

Djaneiro django一些语法快速补齐功能,参考如下 https://packagecontrol.io/packages/Djaneiro

Emmet 快速缩写html,tab补齐,

代码简写扩展神器 ul#test>li*4 Ctrl+e展开上述指令


   
  1. html:5 补齐html
  2. p.foo 补齐class
  3. p#foo 补齐id
  4. > 子元素符号,表示嵌套的元素
  5. + 同级标签符号
  6. ^ 可以使该符号前的标签提升一行

Git 集成git ctrl+shift+p 输入git

Side Bar 折叠目录树 ctrl+k ctrl+b

HTML/CSS/JS Prettify 格式化代码 鼠标右键,从里面选

Python PEP8 Autoformat 格式化python代码 ctrl+shift+r

SublimeCodeIntel 自动匹配补全代码 ctrl+f3 调到变量定义的地方

ColorPicker 屏幕拾色器 ctrl+shift+c

ConvertToUTF8 直接在菜单栏中可以转,专为中文设计

文章来源: blog.csdn.net,作者:lxw1844912514,版权归原作者所有,如需转载,请联系作者。

原文链接:blog.csdn.net/lxw1844912514/article/details/100029139

【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。