Plugin (plugin) ==> plugin name---> Default shortcuts (Css3comb and Autoprefix need Nodejs, you know)
CSS3 (richer CSS3 Rules and highlights) Docblockr---default keybind:/** + ENTER (comment plugin, not explained) Emmet (front-end development artifact) Jsformat (JS format artifact)--- default Keybind:ctrl + ALT +fautoprefix (CSS3 prefix with multi-browser)---CTRL + SHIFT + P--Autoprefixcsscomb (CSS layout)---default keybind: CTRL + ALT + C = Change:ctrl + SHIFT +alt +ccolorpicker (color artifact, handwriting code prerequisites)---default Keybind:ctrl +shift + Csublimeco Deintel (Smart tip)---default Keybind:ctrl+shift + spacesidebarenhancements (Sidebar extension, very practical) Html-css-js prettify (typesetting artifact)--- Default Keybind:ctrl+shift +h</span>
Setting-user (Custom settings)
{//Save after last add a new line "Ensure_newline_at_eof_on_save": True, "fold_buttons": true,//font Setting "Font_face": "Microsoft Jas Black",//font size setting "Font _size ": 12,//Highlight Current Line" Highlight_line ": true,//highlight the currently unsaved label" Highlight_modified_tabs ": true,//Delete the label you want to ignore" ignored_ Packages ": [],//Display line number" Line_numbers ": true,//Remember to open the file, close the re-open still Memory" remember_open_files ": True," Save_on_focus_lost ": true, Display encoding format "show_encoding": true,//Delete the space at the end of the line "Trim_trailing_white_space_on_save": true,//wrap "word_wrap": True //Theme Settings Flatland "theme": "Flatland dark.sublime-theme", "Color_scheme": "Packages/theme-flatland/flatland Dark.tmtheme ", " Flatland_square_tabs ": true,//" Color_scheme ":" Packages/theme-flatland/flatland Monokai.tmtheme ", //auto-complete " Auto_complete ": True,}
key Bindings-user (shortcut key customization)
[//Because the default ColorPicker shortcut keys and other conflicts, this is my personal modification, I can look at the changes {"Keys": ["Ctrl+alt+c"], "command": "Color_pick"},//This is good stuff, A pre-selected list of code complements, top and bottom Select {"Keys": ["Ctrl+space+a"], "command": "Auto_complete"},//Invoke browser shortcut, and DW f12,ctrl+12 one truth, the path of win must be double Slash, Linux is the backslash {"Keys": ["Alt+f12"], "command": "Open_in_browser"}, {"Keys": ["F12"], "command": "Side_bar_files _open_with "," args ": {" Paths ": []," Application ":" C:\\users\\crper\\appdata\\r Oaming\\360se6\\application\\360se.exe "," Extensions ":". * "//any file with extension}}, {" Keys ": [" Ctrl+f12 "]," command ":" Side_bar_files_open_with "," args ": {" Paths ": [], "Application": "C:\\Program Files (x86) \\Google\\Chrome\\Application\\chrome.exe", "Extensions": ". *"//an y file with Extension}},//Custom plug-in shortcut key]
Sublime TEXT3 License---Study, please respect the copyright of the author, if you have the ability, please give genuine support!!!!! Brother Local Tyrants
-----BEGIN LICENSE----Andrew webersingle User licenseea7e-855605813a03dd 5e4ad9e6 6c0eeb94 bc99798f942194a6 02396E98 E6 2c9979 4bb979fe91424c9d a45400bf f6747d88 2fb8807890f5cc94 1cdc92dc 8457107A f151657b1d22e383 A997F016 42397640 33f41cfce1d0ae85 a0bbd039 0e9c8d55 e1b89d5d5cdb7036 e56de1c0 EFCC0840 650cd3a6b98fc99c 8fac73ee D2B95564 DF450523------ END LICENSE------
Sublime TEXT3 Front-end development configuration _crper