ctrl+[ 和 ctrl+](已改为我习惯的快捷键).ctrl+up, ctrl+down能够一行一行的滚动屏幕,pageUp pageDown一页一页翻动ctrl+shift+a 能够HTML标签内容,每按一次逐级往上,ctrl+shift+space能够选择js等语言里的块{内容},Ctrl+Shift+D 复制光标所在整行,插入在该行以前Ctrl+J 合并行(已选择须要合并的多行时)Ctrl+KU 改成大写Ctrl+KL 改成小写Ctrl+M 光标跳至对应的括号(BracketHighlighter插件作得更好)Ctrl+Shift+M 选择括号内的内容(按住-继续选择父括号)Alt+. 闭合当前标签Ctrl+Shift+A 选择光标位置父标签对儿Ctrl+Shift+[ 折叠代码Ctrl+Shift+] 展开代码Ctrl+KT 折叠属性Ctrl+K0 展开全部Ctrl+U 软撤销Ctrl+T 词互换Tab 缩进 自动完成Shift+Tab 去除缩进Ctrl+Shift+↑ 与上行互换Ctrl+Shift+↓ 与下行互换Ctrl+K Backspace 从光标处删除至行首
import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print 'Please restart Sublime Text to finish installation'
安装完便可在菜单preferences-package control下打开(这里有个快捷键ctrl+shift+p是编辑器操做的命令集合,能够直接根据关键字索引.),在 package control下 Install Package是安装插件,选择后会连网获取插件列表,disabled package 是禁用某插件,enabled package 启用插件,remove package 移除插件,list package列出插件列表。php
"PHP": { "php": 'D:\SaeServer\php\php.exe', "phpExtraPaths": ['D:\SaeServer\php\stdlib'], "phpConfigFile": 'D:\SaeServer\apache\php.ini' },
1 php -l filename
If the syntax in the file is correct you will see this:css
1 No syntax errors detected in test.php
1 Parse error: syntax error, unexpected T_STRING in test.php on line 5 2 2Errors parsing test.php
7. SFTP 该插件提供ftp服务器管理,用来管理本身的空间很不错,经过配置来操做.安装完后重启软件后在左文件夹右键单击 选择Map to Remote...便可会在文件夹下生成sftp-config.json配置便可,用的时候跟SVN同样右键就能够html