当前位置:网站首页>Sublime install plug-ins
Sublime install plug-ins
2022-07-26 09:49:00 【~ light boat ~】
For the first time to use sublime Then don't associate It feels so awkward Thought of installing plug-ins
So it started :
First of all , According to the results of online search , Plug ins are usually installed through Package Control
Open the installed Sublime Text 3, Then click on the top menu View -> Show Console( Or use shortcut keys command + ` ). Copy the following code in the input box below
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)
And then you found out that Preferences Not in China Package Control
Don't panic at this time stay `C:\Users\*****\AppData\Roaming\Sublime Text 3\Packages\User` There is a `Preferences.sublime-settings` file
take `ignored_packages` Medium Package Control Just remove it边栏推荐
- Mo team learning notes (I)
- antd TreeSelect获取父节点的值
- (1) Hand eye calibration of face scanner and manipulator (eye on hand)
- RMQ学习笔记
- Table extraction for opencv table recognition (2)
- Registration module use case writing
- Matlab Simulink realizes fuzzy PID control of time-delay temperature control system of central air conditioning
- A new paradigm of distributed deep learning programming: Global tensor
- Flutter Event 派发
- Search module use case writing
猜你喜欢

解决npm -v突然失效 无反应

阿里云技术专家郝晨栋:云上可观测能力——问题的发现与定位实践

Matlab Simulink realizes fuzzy PID control of time-delay temperature control system of central air conditioning

正则表达式

Node memory overflow and V8 garbage collection mechanism

Azkaban【基础知识 01】核心概念+特点+Web界面+架构+Job类型(一篇即可入门Azkaban工作流调度系统)

2022 zhongkepan cloud - server internal information acquisition and analysis flag

Gauss elimination

Sqoop【环境搭建 01】CentOS Linux release 7.5 安装配置 sqoop-1.4.7 解决警告并验证(附Sqoop1+Sqoop2最新版安装包+MySQL驱动包资源)

配置ADCS后访问certsrv的问题
随机推荐
Spolicy request case
E. Two Small Strings
Network flow learning notes
Sqoop【付诸实践 02】Sqoop1最新版 全库导入 + 数据过滤 + 字段类型支持 说明及举例代码(query参数及字段类型强制转换)
How to add a PDB
Mo team learning notes (I)
Solve NPM -v sudden failure and no response
图解用户登录验证流程,写得太好了!
uni-app学习总结
asp. Net using redis cache
(一)面扫描仪与机械臂的手眼标定(眼在手上)
高斯消元
E. Two Small Strings
Interview shock 68: why does TCP need three handshakes?
莫队学习总结(二)
挡不住了,纯国产PC已就位,美国的软硬件体系垄断正式被破
高斯消元求解异或线性方程组
JS judge the data types object.prototype.tostring.call and typeof
QT handy notes (III) use qtcharts to draw a line chart in VS
Logical architecture of MySQL