/*正在编辑完善中... ...(不定时更新)*/
1.安装
去官网。
2.插件
emmet,快速生成,快捷键为:tab,!。
HTML-CSS-JS Prettify可以格式化HMTL/CSS/JS,使用快捷键为:Ctrl+Shift+H;
SublimeCodeIntel:
配置不生效参考网站:https://www.zhihu.com/question/44741246?from=profile_question_card
{"PHP": {"php": 'D:/phphuanjing/php', "phpExtraPaths": ['D:/phphuanjing/php/ext'], "phpConfigFile": 'D:/phphuanjing/php/php.ini'}, "JavaScript": {"javascriptExtraPaths": [] }, "Perl": {"perl": "/usr/bin/perl", "perlExtraPaths": [] }, "Ruby": {"ruby": "/usr/bin/ruby", "rubyExtraPaths": [] }, "Python": {"python": '/usr/bin/python', "pythonExtraPaths": [] }, "Python3": {"python": '/usr/bin/python3', "pythonExtraPaths": [] } }
快捷键(for window)
* 跳转到定义 = ``Alt+Click``
* 跳转到定义= ``Control+Windows+Alt+Up``
* 返回 = ``Control+Windows+Alt+Left``
* 手动codeintel = ``Control+Shift+space``
Js Snippets Js片段
SublimeLinter
SublimeLinter是少数几个能在sublime text 3工作的代码检查插件,SublimeLinter支持JavaScript、CSS、HTML、Java、PHP、Python、Ruby等十多种开发语言,但前提是需要配置相应语言的环境,要检查JavaScript代码需要安装node.js,检查PHP代码需要安装PHP并配置环境等。SublimeLinter可以及时提示编写代码中存在的不规范和错误的写法,并培养我们良好的编码习惯和风格。
Alignment
Aligment插件让开发者自动对齐代码,包括PHP、CSS、JavaScript语言。使得代码看起来更整齐美观,更具可读性。
sidebarEnchancements 侧边栏增强
BracketHighlighter 功能说明:高亮显示匹配的括号、引号和标签。
ColorHighlighter 插件
功能说明:显示所选颜色值的颜色,并集成了ColorPicker
Compact Expand CSS Command 插件
功能说明:使CSS属性展开及收缩,格式化CSS代码。
使用方法:按 Ctrl+Alt+[ 收缩CSS代码为一行显示,按 Ctrl+Alt+] 展开CSS代码为多行显示。
DocBlockr
- 调用方法:输入
/**
后按 Enter 或者 Tab
TrailingSpacer 高亮显示空格
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 关键字高亮
- Laravel 4 Snippets //提供 Laravel4 自动补全
- Laravel 5 Snippets //提供 Laravel5 自动补全
- SublimeLinter + SublimeLinter-php //PHP错误提示
- phpfmt //格式化PHP代码,对齐代码
- GitSavvy //Full git and GitHub integration with Sublime Text 3.
DeleteBlankLines 删除空白行
eAllAutocomplete css提示html内的类名
3.快捷键
4.参考网站
5.附件
Emmet
Package Control Messages
========================
Emmet
-----
Thank you for installing Emmet -- a toolkit that can greatly improve your workflow. Note that this plugin automatically downloads and installs PyV8 binary (see status bar message).
******************************
Please restart editor
to finish installation process
after PyV8 was downloaded.
******************************
Tab key handler
==========================
By default, Emmet allows you to expand abbreviations with Tab key in HTML, XML, HAML and CSS/SASS/LESS/Stylus documents. As a side effect, you can’t use some of your ST2 snippets.
Please read https://github.com/sergeche/emmet-sublime#tab-key-handler about how Tab handler works and how to tweak its behavior to match your needs.
Enter key
==========================
In HTML and XML documents, Emmet overrides Enter key to insert formatted line breaks between opening and closing tags. In some cases it will break character input (for example, in Japanese language).
To disable Enter key handler, simply add the following option in your user's Preferences file:
"disable_formatted_linebreak": true
Actions shortcuts
==========================
Emmet has a number of actions with keyboard shortcuts that may override ones you're using commonly (for example, Ctrl-E or Ctrl-Down). Please read the project main page to get list of available actions and keyboard shortcuts and how to disable them:
https://github.com/sergeche/emmet-sublime
Documentation and examples:
http://emmet.io
------------------------------
Follow me on Twitter: @emmetio
------------------------------
/翻译
包控制信息
========================
埃米特
-----
感谢您安装埃米特--一个工具包,可以大大提高你的工作流程。注意,这个插件自动下载并安装pyv8二进制(见状态栏信息)。
******************************
请重新启动编辑器
完成安装过程
在pyv8下载。
******************************
Tab键处理程序
==========================
默认情况下,Emmet允许你扩大在HTML中,Tab重点缩写XML和CSS /蔬菜/少HAML文件/笔。作为一个副作用,你不能用你的ST2片段。
请阅读https:/ / GitHub。COM / sergeche /埃米特崇高# TAB按键处理程序的了解Tab handler的作品以及如何调整其行为以适合你的需要。
回车键
==========================
在HTML和XML文档,Emmet重写了回车键换行插入格式化的开始和结束标记之间。在某些情况下,它会打破字符输入(例如,日语)。
要禁用输入键处理程序,只需在用户的首选项文件中添加以下选项:
“disable_formatted_linebreak”:真
操作快捷键
==========================
Emmet有一些键盘快捷方式,可以重写那些你通常使用的行为(例如,ctrl-e或Ctrl向下)。请阅读项目主页获取可用的操作和键盘快捷键的列表,以及如何禁用它们:
https://github.com/sergeche/emmet-sublime
文档和例子:
http://emmet.io
------------------------------
在推特跟着我:“emmetio
------------------------------
Package Control Messages
========================
ConvertToUTF8
-------------
ConvertToUTF8
==================
With this plugin, you can edit and save the files which encodings are not supported by Sublime Text currently, especially for those used by CJK users, such as GB2312, GBK, BIG5, EUC-KR, EUC-JP, etc.
Configuration
------------------
Please check ConvertToUTF8.sublime-settings file for details. You should save your personal settings in a file named "ConvertToUTF8.sublime-settings" under "User" folder.
* encoding_list: encoding selection list when detection is failed
* max_cache_size: maximum encoding cache size, 0 means no cache (default: 100)
* max_detect_lines: maximum detection lines, 0 means unlimited (default: 600)
* preview_action: converting the file's content to UTF-8 when previewing it (default: false)
* default_encoding_on_create: specific the default encoding for newly created file (such as "GBK"), empty value means using sublime text's "default_encoding" setting (default: '')
* convert_on_load: convert the file's content to UTF-8 when it is loaded (default: true)
* convert_on_save: convert the file's content from UTF-8 to its original (or specific) encoding when it is saved (default: true)
* convert_on_find: convert the text in Find Results view to UTF-8 (default: false)
* lazy_reload: save file to a temporary location, and reload it in background when switching to other windows or tabs (default: false)
Contact me
------------------
Please send me your questions or suggestions: sunlxy (at) yahoo.com or http://weibo.com/seanliang
For more information, please visit: https://github.com/seanliang/ConvertToUTF8
/*中文翻译*/
包控制信息
========================
converttoutf8
-------------
converttoutf8
==================
有了这个插件,你可以编辑和保存的编码是不是崇高的文本当前支持的文件,特别是对那些由中日韩的用户使用,如GB2312,GBK,BIG5,euc-kr,日文,等。
配置
------------------
请检查converttoutf8.sublime-settings文件详情。你应该在一个名为“converttoutf8文件保存你的个人设置。崇高的设置”下的“用户”文件夹。
* encoding_list:编码选择列表时检测失败
* max_cache_size:最大编码缓存大小,0表示没有缓存(默认值:100)
* max_detect_lines:最大探测线,0意味着无限制(默认值:600)
* preview_action:转换文件的内容为当预览(默认:假)
* default_encoding_on_create:具体文件新创建的默认的编码(如“GBK”),空值意味着用崇高的文本的“default_encoding”设置(默认的)
* convert_on_load:转换文件的内容为加载时(默认值:true)
* convert_on_save:转换文件的内容从UTF-8的原始(或特定)编码,当它被保存(默认值:true)
* convert_on_find:将文本中查找结果为UTF-8(默认:假)
* lazy_reload:保存文件到一个临时位置,请在后台切换到其他窗口或选项卡(默认:假)
联系我
------------------
请给我您的问题或建议:sunlxy(在)yahoo.com或http://weibo.com/seanliang
有关更多信息,请访问:https://github.com/seanliang/converttoutf8
Package Control Messages
========================
SublimeCodeIntel
----------------
SublimeCodeIntel
================
____ _ _ _ ____ _ ___ _ _
/ ___| _ _| |__ | (_)_ __ ___ ___ / ___|___ __| | ___|_ _|_ __ | |_ ___| |
\___ \| | | | '_ \| | | '_ ` _ \ / _ \ | / _ \ / _` |/ _ \| || '_ \| __/ _ \ |
___) | |_| | |_) | | | | | | | | __/ |__| (_) | (_| | __/| || | | | || __/ |
|____/ \__,_|_.__/|_|_|_| |_| |_|\___|\____\___/ \__,_|\___|___|_| |_|\__\___|_|
A full-featured code intelligence and smart autocomplete engine for Sublime Text.
(Code intelligence plugin ported from Open Komodo Editor to Sublime Text)
+-------------------------------- HELP WANTED ---------------------------------+
| Maintaining this project is hard, I do it in my spare time, but I'm |
| basically all alone. If anyone is interested in contributing, please |
| contact me. I really need much more help maintaining SublimeCodeIntel |
| |
| Follow me on twitter @germbravo |
| You can find us at #sublimecodeintel on irc.freenode.net |
| |
| If you like SublimeCodeIntel, please make a donation: |
| http://sublimecodeintel.github.io/SublimeCodeIntel/donate.html |
+------------------------------------------------------------------------------+
Features
--------
Supports all the languages Komodo Editor supports for Code Intelligence (CIX, CodeIntel2):
JavaScript, Mason, XBL, XUL, RHTML, SCSS, Python, HTML, Ruby, Python3, XML, Sass, XSLT, Django, HTML5, Perl, CSS, Twig, Less, Smarty, Node.js, Tcl, TemplateToolkit, PHP.
Provides the following features:
* Jump to Symbol Definition - Jump to the file and line of the definition of a symbol.
* Imports autocomplete - Shows autocomplete with the available modules/symbols in real time.
* Function Call tooltips - Displays information in the status bar about the working function.
+ Shortcuts for jump to definition have changed:
For Mac OS X:
* Jump to definition = ``Control+Click``
* Jump to definition = ``Control+Command+Alt+Up``
* Go back = ``Control+Command+Alt+Left``
* Manual CodeIntel = ``Control+Shift+space``
For Linux:
* Jump to definition = ``Super+Click``
* Jump to definition = ``Control+Super+Alt+Up``
* Go back = ``Control+Super+Alt+Left``
* Manual CodeIntel = ``Control+Shift+space``
For Windows:
* Jump to definition = ``Alt+Click``
* Jump to definition = ``Control+Windows+Alt+Up``
* Go back = ``Control+Windows+Alt+Left``
* Manual CodeIntel = ``Control+Shift+space``
Notes
-----
** Restart Sublime Text after reading this **
More information
----------------
Please take the time to read the documentation:
In case of trouble, please read the Troubleshooting section in the README.
* Online - http://sublimecodeintel.github.io/SublimeCodeIntel/
* Git - https://github.com/SublimeCodeIntel/SublimeCodeIntel
IMPORTANT
---------
Do NOT edit the default SublimeCodeIntel settings. Your changes will be lost
when SublimeCodeIntel is updated. ALWAYS edit the user SublimeCodeIntel settings
by selecting "Preferences->Package Settings->SublimeCodeIntel->Settings - User".
Note that individual settings you include in your user settings will **completely**
replace the corresponding default setting, so you must provide that setting in its entirety.
/*翻译*/
包控制信息
========================
sublimecodeintel
----------------
sublimecodeintel
================
____ _ _ _ ____ _ ___ _ _
/ ___ | _ _ | | __ |(_)_ __ ___ ___ / ___ | ___ __ | | ___ | _ _ | _ __ | | _ ___ | |
“___ \ | | | |”_ \ | | |”_ ` _ \ / \ / \ / _ | _ _ ` | / _ \ | | |”_ \ | __ / _ \ |
___)| | _ | | | _)| | | | | | | | __ / | __ |(_)|(_ | | __ / | | | | | | | | __ / |
| ____ / \ __,_ | _。__ / | _ | _ | _ | | _ | | _ | \ ___ | \ \ / \ ____ ___ __,_ | \ ___ | ___ | _ | | _ | \ __ \ ___ | _ |
一个全功能的代码智能和崇高的文本智能自动完成发动机。
(代码智能插件移植从开放科摩多编辑器Sublime Text)
+ --------------------------------虚位以待--------------------------------- +
|维护这个项目是很难的,我做我的业余时间,但我|
|基本上独自一人。如果有人有兴趣参与,请|
|联系我。我真的需要更多的帮助来维持sublimecodeintel |
| |
|在推特@ germbravo |跟着我
|可以找到我们在# sublimecodeintel在irc.freenode.net |
| |
|如果你喜欢sublimecodeintel,请捐赠:|
| http://sublimecodeintel.github.io/sublimecodeintel/donate.html |
------------------------------------------------------------------------------ + +
特征
--------
支持所有语言的编辑器支持科莫多码智能(CIX,codeintel2):
JavaScript、Mason、XBL,XUL,RHTML,丽,Python,Ruby,HTML,XML,XSLT Python3,and,Django,HTML5,Perl,CSS,枝少,Smarty,Node.js,TCL,templatetoolkit,PHP。
提供以下功能:
*跳转到符号定义-跳转到文件和符号定义的行。
*进口自动显示/符号实时可用的模块自动完成。
*函数的调用是在关于工作功能状态栏显示的信息。
跳转到定义的快捷方式已更改:
对于Mac OS X:
*跳转到定义=控制+点击'
*跳转到定义=控制+命令+ ALT + + '
*返回=控制+命令+ ALT +左'
*手动codeintel = ` `控制+ Shift +空间` `
Linux:
*跳转到定义=超级+点击'
*跳转到定义=控制+超级+ ALT + + '
*回去=控制+超级+ ALT +左'
*手动codeintel = ` `控制+ Shift +空间` `
对于Windows:
*跳转到定义= Alt +点击+
*跳转到定义=控制+ Windows + ALT + + '
*回去=控制+ Windows + ALT +左'
*手动codeintel = ` `控制+ Shift +空间` `
笔记
-----
*重新启动崇高的文字后,阅读此*
更多的信息
----------------
请花时间阅读文档:
如有故障,请阅读自述文件中的疑难解答部分。
*在线- http://sublimecodeintel.github.io/sublimecodeintel/
* Git - https://github.com/sublimecodeintel/sublimecodeintel
重要
---------
不sublimecodeintel编辑默认设置。你的改变将丢失
sublimecodeintel什么时候更新。总编辑用户sublimecodeintel设置
通过选择“选项->设置->包sublimecodeintel ->设置-用户”。
请注意,您设置在您的用户设置中的个人设置将完全*
替换相应的默认设置,所以您必须提供完整的设置。
Package Control Messages
========================
SublimeLinter
-------------
____ _ _ _ _ _ _
/ ___| _ _| |__ | (_)_ __ ___ ___| | (_)_ __ | |_ ___ _ __
\___ \| | | | '_ \| | | '_ ` _ \ / _ \ | | | '_ \| __/ _ \ '__|
___) | |_| | |_) | | | | | | | | __/ |___| | | | | || __/ |
|____/ \__,_|_.__/|_|_|_| |_| |_|\___|_____|_|_| |_|\__\___|_|
Welcome to SublimeLinter, a linter framework for Sublime Text 3.
* * * IMPORTANT! * * *
SublimeLinter 3 is NOT a drop-in replacement for
earlier versions.
Linters *NOT* included with SublimeLinter 3,
they must be installed separately.
The settings are different.
* * * READ THE DOCS! * * *
Otherwise you will never know how to install linters, nor will
you know about all of the great new features in SublimeLinter 3.
For complete documentation on how to install and use SublimeLinter,
please see:
http://www.sublimelinter.com
_ _ _ _
| | | | ___| |_ __ | |
| |_| |/ _ \ | '_ \| |
| _ | __/ | |_) |_|
|_| |_|\___|_| .__/(_)
|_|
Hundreds of hours have been spent writing and documenting SublimeLinter
to make it the best it can be — easy to use, easy to configure,
easy to update, easy to extend. If you use SublimeLinter and feel
it is making your coding life better and easier, please consider
making a donation to help fund development and support.
To donate: https://github.com/SublimeLinter/SublimeLinter3#share-the-love
Thank you!
/*翻译*/
包控制信息
========================
sublimelinter
-------------
____ _ _ _ _ _ _
/ ___ | _ _ | | __ |(_)_ __ ___ ___ | |(_)_ __ | | _ ___ _ __
“___ \ | | | |”_ \ | | |”_ ` _ \ / \ | _ | |”_ \ | __ / _”__ |
___)| | _ | | | _)| | | | | | | | __ / | ___ | | | | | | | __ / |
| ____ / \ __,_ | _。__ / | _ | _ | _ | | _ | | _ | \ ___ | _____ | _ | _ | | _ | \ __ \ ___ | _ |
欢迎来到SublimeLinter,一种崇高的文本3大框架。
***重要!* * *
sublimelinter 3不更换为一滴
早期的版本。
棉短绒*不*包括sublimelinter 3,
它们必须分开安装。
设置不同。
***读文档!* * *
否则你将永远不知道如何安装短绒,也不会
你知道sublimelinter 3所有伟大的新功能。
完整的文件如何安装和使用sublimelinter,
请看:
http://www.sublimelinter.com
_ _ _ _
| | | | ___ | | _ __ | |
| | _ | | / _ \ |”_ \ | |
| _ | __ / | | _)| _ |
| _ | | _ | \ ___ | _ | __ /(_)。
| _ |
已经花了数百小时的写作和记录sublimelinter
使它最好的,它可以-易于使用,易于配置,
易于更新,易于扩展。如果你使用sublimelinter和感觉
它使您的编码生活更好,更容易,请考虑
捐款帮助基金发展和支持。
捐赠:http:/ / GitHub。COM / sublimelinter / sublimelinter3 #分享爱
谢谢您!
Package Control Messages
========================
BracketHighlighter
------------------
# BracketHighlighter
Welcome to BracketHighlighter! For a quick start guide, please go to
`Preferences->Package Settings->BracketHighlighter->Quick Start Guide`.
/*中文翻译*/
包控制信息
========================
brackethighlighter
------------------
# brackethighlighter
欢迎来到BracketHighlighter!对于快速入门指南,请去
`偏好->包设置-> brackethighlighter ->快速启动指南`。
Package Control Messages
========================
TrailingSpaces
--------------
Thank you for installing Trailing Spaces
----------------------------------------
You're now ready to give trailing spaces *a hard time*!
Documentation
=============
Although the usage of this plugin is dead simple, it comes with several options. All
details are available in the documentation, and you can read it by clicking on
"Preferences / Package Settings / Trailing Spaces / Help", or in a prettier form, by
browsing https://github.com/SublimeText/TrailingSpaces.
Key Binding
===========
This plugin does not come with a default key binding for the deletion command. You can
pick your own key binding and define it in "Preferences / Key Bindings - User", or just
stick to using the menu entry under "Edit". Check the help for advice on this.
Upgrades & Issues
=================
Package Control will automatically update all packages every time the editor is started,
so there is nothing for you to worry about. If you however do find the plugin not to work
as it used to, head to the issues tracker (see links below) to report the problem.
Useful Links
============
* Documentation & Code: https://github.com/SublimeText/TrailingSpaces
* Report issues / Request New Features / Roadmap: https://github.com/SublimeText/TrailingSpaces/issues
* Follow me on twitter: @jdvauguet
/*中文翻译*/
包控制信息
========================
trailingspaces
--------------
感谢您安装尾随空格
----------------------------------------
你现在准备给尾随空间*一个艰难的时间*!
文档
=============
虽然这个插件的使用是死简单的,它有几个选项。所有
文档中有详细信息,您可以通过单击
“首选项/包设置/尾随空格/帮助”,或以更漂亮的形式
浏览https://github.com/sublimetext/trailingspaces。
键绑定
===========
此插件不具有删除命令的默认键绑定。你可以
选择您自己的密钥绑定并在“首选项/键绑定-用户”中定义
在“编辑”下使用菜单项。检查关于这方面的建议的帮助。
升级和问题
=================
包控件将在编辑器启动时自动更新所有包,
所以你没有什么可担心的。但是,如果你发现插件不工作
当它使用,头到问题跟踪(见下面的链接)报告的问题。
有用的链接
============
*文档与代码:https://github.com/sublimetext/trailingspaces
*报告问题/要求/路线图:https://github.com/sublimetext/trailingspaces/issues新特点
*在推特跟着我:“jdvauguet