博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Sublime使用大全
阅读量:5955 次
发布时间:2019-06-19

本文共 2041 字,大约阅读时间需要 6 分钟。

Sublime使用大全

一、sublime快捷键

  • 复制行

win -- ctrl + shift + d mac -- cmd + shift + d
  • 剪切行 | 删除行

win -- ctrl + x | ctrl + shift + k mac -- cmd + x | ctrl + shift + k
  • 移动行

win -- ctrl + shift + ↑ 或 ctrl + shift + ↓ mac -- cmd + ctrl + ↑ 或 cmd + ctrl + ↓
  • 注释

win -- ctrl + / mac -- cmd + /

二、插件

1、package control(插件管理器)

  • 安装

1.打开控制台:ctrl + ` 2.粘贴官网安装指令:https://packagecontrol.io/ -> Install Now 3.回车执行
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.打开全局命令:ctrl + shift + p | cmd + shift + p 2.安装指令:install package -> 搜索指定插件 -> 回车安装 3.卸载指令:remove package -> 选取指定插件 -> 回车卸载

2、emmet(快捷Tap)

  • 使用

输入指定语法格式,tap补全 父子 > 兄弟 + 编号 $ 重复 *n 内容 {} 属性 [] 支持标签、class、id选择器语法

3、SideBarEnhancements(工具栏)

  • 使用

① 增强右键 ② 浏览器快捷打开 Preferences -> Key Bindings -> json语法数据 win [  // Chrome    { "keys": ["control+1"], "command": "side_bar_files_open_with",        "args": {
          "paths": [],           "application": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",           "extensions":".*"       }   } ] mac [ // Chrome   { "keys": ["command+1"], "command": "side_bar_files_open_with",       "args": {
          "paths": [],           "application": "/Applications/Google Chrome.app",           "extensions":".*"       }   } ]

4、Material Theme(主题)

5、A File Icon(图标)

6、HTML-CSS-JS Prettify(代码格式化)

需要NodeJS环境 登录Node官网安装Node环境

7、JavaScript & NodeJS Snippets(代码片段)

8、AutoFileName(文件路径提示)

9、TrailingSpaces(高亮多余空格)

posted on
2018-12-27 21:29 阅读(
...) 评论(
...)

转载于:https://www.cnblogs.com/jokezl/p/10187511.html

你可能感兴趣的文章
[李景山php]每天laravel-20161005|Validator.php-5
查看>>
php读取大文件详解【OK】
查看>>
Gnome 快捷键汇总
查看>>
通过注册表修改我的文档等系统文件夹默认位置
查看>>
expdp 详解及实例
查看>>
C++中 栈的简单封装
查看>>
我的友情链接
查看>>
Linux常用命令--iconv
查看>>
varnish的了解与常用配置使用
查看>>
Product user profile information 没有导入
查看>>
DELL T410服务器U盘安装Centos7
查看>>
解读最具O2O属性—哈根达斯微信企业号的成功之道
查看>>
Sqlserver2008日志压缩
查看>>
虚拟机usb无线上网同时主机本地上网或无线无线上网
查看>>
View的事件分发机制
查看>>
Android Ndef Message解析
查看>>
mysqldump backup script
查看>>
coding4fun比赛总结
查看>>
Windows Server 2003 系统安装
查看>>
庖丁解牛获取连接状态数的awk数组命令
查看>>