Save the configuration information of Sublime Text3 to avoid losing it next time.

Configuration:

{ “font_size”: 21, // Set font size “word_wrap”: true, // Automatic line wrapping “update_check”: false, // disable update check “font_face”: “Courier New”, // Set font “highlight_modified_tabs”: true, // Highlight file modifications “create_window_at_startup”: false, // Cancel startup and automatically open a new window “open_files_in_new_window”: false, // Cancel the opening of the file and generate a new window “highlight_line”: true, // Highlight the current line “show_encoding”: true, // The encoding type is displayed in the lower right corner “open_files_in_new_window”: false, // Disable opening in a new window every time “caret_style”: “phase”, // Set the cursor flashing mode “line_padding_top”: 5, // Spacing on the line “line_padding_bottom”: 5, // Spacing under the line “fade_fold_buttons”: false, //Always display the code shrink icon “translate_tabs_to_spaces”: false // Use spaces instead of Tabs }

Plugin:

Install the plug-in manager: Open the console through the shortcut key ctrl+` or View > Show Console menu

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())

List:

Emmet JsFormat DocBlockr GBK Support AutoFileName ConvertToUTF8 BracketHighlighter

Font:

Helvetica Ubuntu Mono Menlo-Regular Source Han Sans SC