-
view
- layout
- minimap
- \Users\DinoLai\AppData\Roaming\Sublime Text 3
- Code Snippets
-
Package Control
-
Ctrl + `
- import urllib.request,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330c659d4bb41d3bdf022e94cab3cd0'; 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://sublime.wbond.net/' + 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)
-
plug-in
-
pulg-in rank
- https://sublime.wbond.net/
-
Sublime UI
-
SidebarEnhancements
- 升級側邊欄功能
-
Tools
-
Git
-
Git
- Git指令
-
SublimeGit
- Git的進階版
-
GitGutter
- 顯示差異
-
SideBarGit
- 在Sidebar右鍵就可做Git
-
Covert to UTF8
-
解決sublime text 3 無法正常顯示繁簡中的問題
- setting
- {
"encoding_list" : [
["Chinese Traditional (BIG5)", "BIG5"],
["Chinese Simplified (GBK)", "GBK"],
["Korean (EUC-KR)", "EUC-KR"],
["Japanese (CP932)", "CP932"],
["Japanese (Shift_JIS)", "Shift_JIS"],
["Japanese (EUC-JP)", "EUC-JP"],
["UTF-8", "UTF-8"]
],
}
-
Coding
-
General
-
SublimeCodeIntel
- 支援更多語言自動完成
- Ctrl+左鍵追蹤
-
SublimeLinter
- 動態偵測程式錯誤
- 安裝php
- 安裝nodejs
- setting
- paths
- "windows": [
"D:/xampp/php/",
"C:/Program Files/nodejs"
]
-
ctags
- trace code
- http://jingyan.baidu.com/article/63acb44afb532561fcc17ef4.html
- find function and definition
- download ctags.exe
- set command
- right click sidebar folder
- rebuild tags
- ctrl+t twice
-
Alignment
- 以=號為基準排版
-
Trailing Spaces
- 刪除每列最後多餘的空白
-
HTML+CSS
-
HTML5
- HTML5 bundle for sublime text
-
Emmet
- 快速撰寫html, css
-
BracketHighlighter
- 超明顯的顯示對稱符號
-
Javascript
- JQuery
-
JsFormat
- Javascirpt code 美化
- Ctrl+alt+F
-
PHP
- phpcs
- sublimeLinter-php
-
JSON
- Pretty JSON
-
Setting -- User
-
"word_separators"
- del $ for php selection
-
HotKey
- http://www.camdemy.com/media/6211
- https://blog.generalassemb.ly/sublime-text-3-tips-tricks-shortcuts/
-
Reference
-
10 Crucial Sublime Text 2 Plugins for the PHP Craftsman
- http://www.neverstopbuilding.com/sublime-plugins-for-php
-
Sublime套件與設定
- http://shinychang.net/article/tag/sublime%20text
-
好的程式開發工具怎能不試試:Sublime Text
- http://ascc.sinica.edu.tw/iascc/articals.php?_section=2.4&_op=?articalID:6710
-
Sublime Text 手冊
- http://docs.sublimetext.tw/
-
Package Control 總覽
- https://sublime.wbond.net/
-
others
-
Sync
-
Dropbox
- http://use.sublimetext.tw/2013/05/15/syncing-settings-between-difference-computer-with-dropbox.html