当前位置:网站首页>sublime 安装插件
sublime 安装插件
2022-07-26 09:22:00 【~轻舟~】
第一次用sublime然后不联想 感觉好别扭 想到要装插件
所以就开始了:
首先呢,按照在网上查的结果,要安装插件一般是通过 Package Control
打开已经安装好的 Sublime Text 3,然后点击顶部菜单的 View -> Show Console(或者使用快捷键 command + ` )。在下面的输入框里复制下面的代码
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)
然后你发现在Preferences 中并没有 Package Control
这时不要慌 在 `C:\Users\*****\AppData\Roaming\Sublime Text 3\Packages\User` 目录下有个 `Preferences.sublime-settings` 文件
将 `ignored_packages` 中的 Package Control 去掉就可以了边栏推荐
猜你喜欢

【Mysql】认识Mysql重要架构(一)

2022 chemical automation control instrument operation certificate test question simulation test platform operation

Redis principle and use - Basic Features

会议OA项目(三)---我的会议(会议排座、送审)

Li Mu D2L (V) -- multilayer perceptron
![[shutter -- layout] detailed explanation of the use of align, center and padding](/img/01/c588f75313580063cf32cc01677600.jpg)
[shutter -- layout] detailed explanation of the use of align, center and padding

JVM command induction

Stm32+mfrc522 completes IC card number reading, password modification, data reading and writing

Ext4 file system opens dir_ After nlink feature, link_ Use link after count exceeds 65000_ Count=1 means the quantity is unknown

Original root and NTT 5000 word explanation
随机推荐
838. Heap sorting
Redis principle and usage - installation and distributed configuration
(2006, MySQL server has gone away) problem handling
大二上第二周学习笔记
异常处理机制二
Force button list question
What are CSDN spaces represented by
Sending and receiving of C serialport
volatile 靠的是MESI协议解决可见性问题?(下)
性格测试系统v1.0
js中树与数组的相互转化(树的子节点若为空隐藏children字段)
服务器内存故障预测居然可以这样做!
【线上死锁分析】由index_merge引发的死锁事件
OFDM 十六讲- OFDM
模板(三)
【Mysql】认识Mysql重要架构(一)
Tornado multi process service
吴恩达机器学习之线性回归
"No input file specified" problem handling
el-table实现增加/删除行,某参数跟着变