sublime text 3插件
Package Control Messages
Emmet
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).
欢迎安装Emmet插件,它能极大的改善你的工作流。注意这个插件自动下载并安装PyV8引擎。
那么这个引擎对原生的Python有什么影响呢
Please restart editor
to finish installation process
after PyV8 was downloaded.
******************************
pyv8下载之后请重启完成安装过程
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.
Emmet默认用tab键在html,xml,css等文件中控制缩进,副作用是某些st插件不好用
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.
查看链接了解key handler工作原理,并学习如何调整
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
------------------------------
Django Manage Commands
Django 管理命令插件
# DjangoCommands for ST3
###The best tool for your django development.
你django开发的最佳伴侣
This tool is a Sublime Text wrapper around django manage.py commands.
这个工具对manage.py文件进行了包装
With it you can run django commands like Django: Run Server, Django: Sync Database, Django: Migrate from Command Palette.
在这个工具的支持下你可以运行类似Django:Run Server等命令
You can also run Django: Custom Command to access other manage.py commands. Try Django: Help and you will get full list of commands provided by each application.
你可以通过Django:Custom Command来运行manage.py提供的其他命令,或者通过Django:Help来查看每个应用提供的各种命令
Or you can choose to use Django: Other Command to list and run all commands available to manage.py
通过Django:Other Command来列出并运行manage.py中所有可用的命令
Currently tested on Windows 7/8, Mac OS, Ubuntu.
Everything tested and running!
- Virtualenv support
- Django boilerplate
- Install your dependencies
- Install new pip packages
- Open and search in django documentation from the editor
- Create new projects from ST
- Start new apps
- Run custom servers
- PostgreSQL specific features snippets
- And More!
## Installation
### Package Control
The easiest way to install this is with Package Control.
- If you just went and installed Package Control, you probably need to restart Sublime Text before doing this next bit.
- Bring up the Command Palette (Command+Shift+p on OS X, Control+Shift+p on Linux/Windows).
- Select "Package Control: Install Package" (it'll take a few seconds)
- Select
Django Manage Commandswhen the list appears.
Package Control will automatically keep plugin up to date with the latest version.
## Use
### Commands
Currently supports following commands:
#### Django:
Django: New ProjectDjango: New AppDjango: Run ServerDjango: Run Custom ServerDjango: BoilerplateDjango: Sync DatabaseDjango: TestDjango: Test AllDjango: ShellDjango: DB ShellDjango: Custom CommandDjango: Other CommandDjango: CheckDjango: HelpDjango: Open DocsDjango: Search in DocsDjango: Use Default InterpreterDjango: Make MigrationDjango: SQLMigrationDjango: Migrate DatabaseDjango: Initial Schema MigrationDjango: Schema MigrationDjango: List MigrationsDjango: Click
#### Virtual Environment:
Django: Set Virtual EnvironmentDjango: Terminal HereDjango: Pip FreezeDjango: Pip Freeze To FileDjango: Pip Install PackagesDjango: Pip Install RequirementsDjango: Set Project Interpreter
### Settings
使用st3的django插件之前的设置
python_bin: path to python interpreter Python解释器的路径python_version: default python interpreter version Python版本python_virtualenv_paths: list of paths where virtualenvs are located (ex:~/.virtualenvs/)** virtualenv虚拟机的路径server_host: host for the runserver command 运行runserver命令的主机地址server_port: port for the server to listen 监听端口linux_terminal: Only Linux setting for command line emulator** 如果是Linux系统需要设置Linux命令行终端的路径project_override: (Boolean) Per project setting "python_interpreter" overrides "python_bin" 单独针对每个项目的设置,猜测是用Python manage.py shell代替系统的Pythonserver_custom_command: Per project setting to specify a custom server to run (ex: {"command": "gunicorn", "args":["--workers=3"]})***
每个工程都要设置的,自定的服务器
*It's important to set your envs directories 设置envs目录非常重要
*The folders in this list should be the parent folder of the virtualenv folder, not the virtualenv folder itself
**Check that your 'linux_terminal' setting uses an underscore "_"
***use any script you want
### Please report any issue, bug, enhacement or comment here
### We'll be glad to read and work on all of them
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
- Jump to definition =
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.
sublime text 3插件的更多相关文章
- Sublime Text通过插件编译Sass为CSS及中文编译异常解决
虽然PostCSS才是未来,但是Sass成熟稳定,拥有一大波忠实的使用者,及开源项目,且最近Bootstrap 4 alpha也从Less转到Sass了.所以了解Sass还是非常有必要的. 基于快速开 ...
- 开发者最常用的 8 款 Sublime Text 3 插件
转载于:http://www.itxuexiwang.com/a/liunxjishu/2016/0228/177.html?1456925631Sublime Text作为一个尽为人知的代码编辑器, ...
- 安装Sublime Text 3插件的方法
直接安装 安装Sublime text 3插件很方便,可以直接下载安装包解压缩到Packages目录(菜单->preferences->packages). 使用Package Contr ...
- 8款实用Sublime text 3插件推荐
Sublime Text作为一个尽为人知的代码编辑器,其优点不用赘述.界面整洁美观.文本功能强大,且运行速度极快,非常适合编写代码,写文章做笔记.Sublime Text还支持Mac.Windows和 ...
- sublime text常用插件
这个比较重要,不会装插件的时候找了好久 sublime text常用插件 1.插件的安装方法 第一种:用package control 这个是用来管理插件的,必备啊,安装package control ...
- 推荐!Sublime Text 最佳插件列表
本文由 伯乐在线 - 艾凌风 翻译,黄利民 校稿.英文出处:ipestov.com.欢迎加入翻译组. 本文收录了作者辛苦收集的Sublime Text最佳插件,很全. 最佳的Sublime Text ...
- 安装Sublime Text 2插件的方法
1.直接安装 安装Sublime text 2插件很方便,可以直接下载安装包解压缩到Packages目录(菜单->preferences->packages). 2.使用Package C ...
- Sublime Text 3插件安装方法
安装Sublime Tex 3t插件的方法: 按快捷键Ctrl + ~ 调出console 粘贴以下代码到console并回车: import urllib.request,os; pf = 'Pac ...
- 转: sublime text常用插件和快捷键
Sublime Text 2是一个轻量.简洁.高效.跨平台的编辑器.博主之前一直用notepdd++写前端代码,用得也挺顺手了,早就听说sublime的大名,一直也懒得去试试看,认为都是工具用着顺手就 ...
- Sublime Text 最佳插件列表
http://blog.jobbole.com/79326/ 推荐!Sublime Text 最佳插件列表 2014/07/25 · 工具与资源 · 26.1K 阅读 · 2 评论 · Sublime ...
随机推荐
- javascript获取当前url
在WEB开发中,许多开发者都比较喜欢使用javascript来获取当前url网址,本文就此为大家总结一下比较常用获取URL的javascript实现代码,以下示例是前面为相应实现方法,后面是获取URL ...
- Windows下通过socket进行字符串和文件传输
今天在windows平台下,通过socket实现了简单的文件传输.通过实现这一功能,了解基本的windows网络编程和相关函数的使用方法. 在windows平台上进行网络编程,首先都需要调用函数WSA ...
- [原创]java WEB学习笔记108:Spring学习---基于配置文件的形式实现AOP
本博客的目的:①总结自己的学习过程,相当于学习笔记 ②将自己的经验分享给大家,相互学习,互相交流,不可商用 内容难免出现问题,欢迎指正,交流,探讨,可以留言,也可以通过以下方式联系. 本人互联网技术爱 ...
- iOS之在webView中引入本地html,image,js,css文件的方法 - sky//////////////////////////////////////ZZZZZZZZZZZZZZZ
iOS之在webView中引入本地html,image,js,css文件的方法 2014-12-08 20:00:16CSDN-sky_2016-点击数:10292 项目需求 最近开发的项 ...
- 开通博客的第一天上传我的C#基础笔记,个人觉得很好用。
1.索引器 string arrStr = "sddfdfgfh"; 索引器的目的就是为了方便而已,可以在该类型的对象后面直接写[]访问该对象里面的成员 Console.Wr ...
- 夺命雷公狗-----React---21--小案例之心情留言板
这个功能如果是用传统型的jquery来写都要花费很多时间才可以完成的案例, 亲测jquery配合bootstrap来写和bootstrap配合react.js来写,不知不觉中有点震惊... jquer ...
- 物理引擎-Physx的源代码去哪里找
前几天无意中看到了Physx开源了,就连自己的领导也高兴了一下,让本道士去下载源代码琢磨一下,顺便做几个例子跑起来.结果没成想这个nvidia的github上的源代码被移除了,而且csdn,pudn上 ...
- python利用redis构成一个队列
例子在 http://peter-hoffmann.com/2012/python-simple-queue-redis-queue.html 英文 http://www.django-china.c ...
- 国内外从事CV相关的企业
提示:本文为笔者原创,转载请注明出处:blog.csdn.net/carson2005 经常碰到朋友问我国内从事计算机视觉(CV)领域的公司的发展情况,产品情况,甚至找工作等问题,这里,我给出自己收集 ...
- lisp等