Download
Official address: HTTP://WWW.SUBLIMETEXT.COM/3
Modify default File File path
Normal Condition:
Do not run after the installation is complete sublime Text 3. Go directly to the installation directory and create a new folder called "Data" (note case).
Special cases:
if Sublime Text 3 has been run since the installation is complete you need to go into the%appdata/roaming/Sublime Text 3 directory to delete. Then go to the installation directory and create a new folder called "Data" (note case).
Installing the console
Open Sublime Text 3 Press the shortcut key CTRL + ~ to eject the command console, enter the following code in the command window:
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 ())
After the installation is complete, reboot Sublime Text 3 to install the plugin (Ctrl +shift + P)--CTRL + P.
Common plugins
ConvertToUTF8
ColorPicker
Html-css-js prettify
Emmet
Sidebarenhancements
Sublimelinter
Git
Svn
Other....
Handsome theme
Address: Https://packagecontrol.io/packages/Preap
Configuration: See for yourself.
ConfigurationSet up Proxy
"Http_proxy": "http://127.0.0.1:8080", "Https_proxy": "http://127.0.0.1:8080",
Show spaces and Tabs
"Draw_white_space": "All"
Personal Configuration 1
{ "Color_scheme": "Packages/material-color-scheme/sublime/material-dark.tmtheme", " Ignored_packages ": [ " Vintage " ], " theme ": "Preap.sublime-theme", "Font_face": "Source code pro", "font_size": 17, "Highlight_line": true, "Caret_style": "Smooth", "Show_ Full_path ": true, " Ignored_packages ": [ " Vintage " ], " rulers ": [ 80 ], "Bold_folder_labels": true, "Save_on_focus_lost": true, "scroll_past_end ": true, " show_encoding ": true, " show_line_endings ": true, " Tab_size ": 2, " translate_tabs_to_spaces ": true, " Trim_trailing_white_space_on_ Save ": true, "Match_tags": true, "Auto_complete": true, "Http_proxy": " http://localhost:8080 ", " Https_proxy ": " http://localhost:8080 ", " Match_brackets_ Content ": true, " Draw_white_space ": " All "}
Personal Configuration 2
{ "Auto_complete_commit_on_tab": false, "Auto_complete_ Delay ": 0, " Auto_complete_with_fields ": true, " auto_ Indent ": true, " auto_match_enabled ": true, " Bold_ Folder_labels ": true, " Color_scheme ": " packages/material-color-scheme-master/ Sublime/material-light.tmtheme ", " Curiosity_sidebar_font_large ": true, "Curiosity_sidebar_font_normal": true, "Curiosity_sidebar_font_small": true, "Curiosity_sidebar_font_xlarge": true, " Curiosity_sidebar_large ": true, " Curiosity_sidebar_normal ": true, "Curiosity_sidebar_small": true, "Curiosity_sidebar_xlarge": true , "CURiosity_sidebar_xsmall ": true, " default_encoding ": " UTF-8 ", "Dpi_scale": 1.0, "Draw_white_space": "All", " Fade_fold_buttons ": false, " fold_buttons ": true, " font _face ": " Source code pro ", " Font_size ": 14, "Highlight_line": true, "Highlight_modified_tabs": true, "Hot_exit": false, "Http_proxy": "http://127.0.0.1:1080", "Https_proxy": "http://127.0.0.1:1080", "Ignored_packages": [ "Vintage" ], "Match_brackets_angle": true, "Match_brackets_content": True, &nbsP; " Match_tags ": true, " Remember_open_files ": false, " Smart_indent ": true, " Tab_size ": 4, " translate_tabs_to _spaces ": true, " Trim_trailing_white_space_on_save ": true, "Update_check": false, "Word_wrap": "false"}
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
By:thoughtsong
Sublime Text 3 Configuration