Installing the sublime Text 3 plugin is convenient and can be downloaded directly from the installation package to the Packages directory (menu->preferences->packages).
installing using the Package control component
Press CTRL + ' bring up the console (note: There is a conflict between the keyboard shortcuts installed QQ Input method, Input Method property settings-Input Method management-Cancel Hotkey switch to QQ pinyin)
Paste the following code into the bottom command line and enter:
Import Urllib.request,os; PF = ' package control.sublime-package '; IPP = Sublime.installed_packages_path (); Urllib.request.install_opener (Urllib.request.build_opener (Urllib.request.ProxyHandler ())); Open (Os.path.join (IPP, PF), ' WB '). Write (Urllib.request.urlopen (' http://sublime.wbond.net/' + pf.replace (', '%20 ')) . Read ())
|
Sidebarenhancements
Sidebarenhancements is a very useful right-click menu Enhancement Plug-in, there is a diff format to display unsaved changes, display the file in the File Manager, copy the file path, locate the file in the sidebar, etc., there are basic such as new file/directory, edit, open/Run, Display, in Select/Parent directory/Project Find, Cut, copy, paste, rename, delete, refresh and other common functions.
Sublime? Code? Intel
Sublime? Code? Intel is a code hint, complete plug-in that supports JavaScript, Mason, XBL, XUL, RHTML, SCSS, Python, HTML, Ruby, Python3, XML, Sass, XSLT, Django, HTML5, Languages such as Perl, CSS, Twig, less, Smarty, node. js, Tcl, Templatetoolkit, and PHP are a good extension of the Sublime Text code hinting feature. It also has a function that jumps to the variable, function definition place, is very convenient.
Using Sublime? Code? Intel before you need to install the appropriate program and write the path to ~/.codeintel/config or project_root/.codeintel/config, the ReadMe has detailed instructions, no longer repeat.
Very not recommended to put Sublime? Code? Intel is used with extension package in a single language, although many language extensions are more than Sublime? Code? Intel's code hinting function needs to be perfected. If you need to use it together, in the user profile ( menu preferences, package Settings, Sublime?). Code? Add the following to Settings-user in Intel, and remove the language you want to disable.
- "Codeintel_enabled_languages":
- [
- "JavaScript", "Mason", "XBL", "XUL", "RHTML", "SCSS", "Python", "HTML","Ruby", "Python3", "XML", "Sass", "XSLT" , "Django" , "HTML5" , span class= "str" > "Perl" , "CSS" "Twig" , "less" , "Smarty" , "node. js" , "TCL" , " Templatetoolkit ", " PHP "
- ],
- "Codeintel_live_enabled_languages":
- [
- "JavaScript", "Mason", "XBL", "XUL", "RHTML", "SCSS", "Python", "HTML","Ruby", "Python3", "XML", "Sass", "XSLT" , "Django" , "HTML5" , span class= "str" > "Perl" , "CSS" "Twig" , "less" , "Smarty" , "node. js" , "TCL" , " Templatetoolkit ", " PHP "
- ]
Alignment (GitHub)
Alignment is a code-formatting plug-in that aligns the equals sign in multiple lines of code, adjusts multiple lines of code to an indentation level, and the default shortcut key is ctrl+alt+a (Mac OS is cmd+ctrl+a).
Lightweight IDE Sublime Text 3