Sublime Text
Sublime Text 工具使用技巧
install Package Control
Ctrl + Shift + P
input:
1
Package Control: Install Package
then:
1
Install Package
Pretty JSON
CTRL + SHIFT + P and input
1
Package Control: Install Package
input
1
Pretty JSON
ENTER then ->Preferences > Package Settings > Pretty JSON > Settings - Default press:
1
Cmd+Ctrl+J
format JSON
support chinese package
subline text2 支持中文,安装ConvertToUTF8
设置在同一个窗口打开:
1
open_files_in_new_window:false
Lua–IDE
sublime text2
tools ->new build system
1
2
3
4
5
{
"cmd": ["/usr/local/bin/lua", "$file"],
"file_regex": "^(?:lua:)?[\t ](...*?):([0-9]*):?([0-9]*)",
"selector": "source.lua"
}
保存为Lua.sublime-build,选择默认bulid System:Lua
安装GitHub插件
sublime text2
1
2
3
4
5
6
7
Shift-CMD-P --》 Add Repository
paste github url
Shift-CMD-P --》 Install Package
Shift-CMD-P --》 XXXXX(your new package name)
sublime text3
1
2
3
4
5
6
7
download the github xxx.zip
change name xxx.sublime-package
put the xxx.sublime-package to Packages flode
reboot sublime
Quick Key for SublimeText
- shift+”<-“/”->” :selected word
- ctrl+shift+k:delete line
- shift+cmd+d:copy line and paste
- cmd+”[”/”]”:format code
- cmd + enter:new line next line insert
- cmd + shift +enter:new line before line insert
More Themes
http://scotch.io/bar-talk/the-best-sublime-text-3-themes-of-2014
本文由作者按照 CC BY 4.0 进行授权