Sublime 配置和包分享,From: https://github.com/xiaobeicn/developer-tools
配置文件:
# 包括:打開新窗口關閉、unix結束標記、禁止更新、100字符換行、字體、縮進、高亮、編碼 { "open_files_in_new_window": false, "default_line_ending": "unix", "update_check": false, "word_wrap": "true", "wrap_width": 100, "font_size": 12, "tab_size": 4, "translate_tabs_to_spaces": true, "highlight_line": true, "highlight_modified_tabs": true, "show_encoding": true }
安裝的包:
- ColorPicker ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?//顏色選擇器
- DocBlockr ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?//注釋
- Git ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?//版本控制
- GitGutter ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? //GitGutter 更好的幫助開發者查看文件之前的改動和差異,提升開發效率
- jQuery ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?//提示
- Markdown Preview ? ? ? ? ? ? ? ? ? //預覽
- Theme – Spacegray ? ? ? ? ? ? ? ? ?//模版和配色方案
- Ctags ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? //代碼搜索
- Emmet ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? //html+css快速編寫
- AllAutocomplete ? ? ? ? ? ? ? ? ? ? ?//搜索全部打開的標簽頁
- AutoFileName ? ? ? ? ? ? ? ? ? ? ? ? //自動補全文件路徑
- SideBarEnhancements ? ? ? ? ? ? //側邊欄添加很多額外的功能
- SublimeREPL ? ? ? ? ? ? ? ? ? ? ? ?//允許你在 Sublime Texxt 中運行各種語言
- Blade Snippets ? ? ? ? ? ? ? ? ? ? //提供 Blade 模板自動補全
- Laravel 4 Blade Highlighter ? ?//提供 Blade 關鍵字高亮
- SublimeLinter + SublimeLinter-php : ? ? //PHP錯誤提示
- phpfmt ? ? ? ? ? ? ? ? //格式化PHP代碼,對齊代碼
- GitSavvy ? ? ? ? ? ? ? ?//Full git and GitHub integration with sublime text 3
- Terminal ? ? ? ? ? ? ? ?//Launch terminals from the current file or the root project folder
- Alignment ? ? ? ? ? ? ? ? // 代碼對齊
更多sublime技術文章,請訪問sublime教程欄目!
? 版權聲明
文章版權歸作者所有,未經允許請勿轉載。
THE END