Sublime Text常用插件

Sublime Text常用插件

本文主要整理Sublime Text自己常用的一些插件

1. Color Scheme

2. A File Icon

3. All AutoComplete

4. Boxy Theme

5. ConvertToUTF8

6. CTags

设置:

{
    "command": "C:\\Program Files\\Sublime Text 3\\ctags58\\ctags.exe",
}

7. Highlight(SublimeHighlight)

用途:拷贝代码为HTML或RTF
配置

{
    "theme": "emacs",  // 样式
    "linenos": true,  // 是否添加行号
    "full": true,   // 是否将导出的代码放在一个div中

}

8. MonoKai Exrended

9. Package Control

10. SideBarEnhancements

11. SublimeCodeIntel

12. SyncedSidebarBg

你可能感兴趣的:(工具)