Sublime Text 3 Configuration explanation (default)
{
Set up theme files
"Color_scheme": "Packages/color scheme–default/monokai.tmtheme",
Set font and size
"Font_face": "Consolas",
"Font_size": 12,
Font options: No_bold do not display bold characters, no_italic do not display italics, No_antialias and No_antialias turn off anti-aliasing
Subpixel_antialias and No_round are unique to OS X systems.
"Font_options": [],
Double click on the text will select the current content, if the following characters appear, it will be truncated
"Word_separators": "./\\ () \" '-:,.; $amp;
<amp; $gt; [Email protected]#$%^&*|& #43; =[]{} ' ~ ', <br= "" >//Whether line number is displayed
"Line_numbers": true,
Whether to show line number Sidebar
"Gutter": true,
Line number sidebar and text spacing
"Margin": 4,
Whether to show Code collapse button
"Fold_buttons": true,
The code collapse button always appears, regardless of the mouse in the line number sidebar
"Fade_fold_buttons": true,
column displays a vertical ruler, filled with numbers in brackets, width by character
"Rulers": [],
Whether to turn on spell checking
"Spell_check": false,
Tab TAB width
"Tab_size": 4,
When set to true, indents and when you encounter the TAB key use a space instead
"Translate_tabs_to_spaces": false,
Otherwise acting on a single space
"Use_tab_stops": true,
"Detect_indentation": true,
Automatically aligns with tab stops when you press ENTER
"Auto_indent": true,
For the C language
"Smart_indent": false,
Need to enable auto_indent to insert spaces when opening parentheses for the first time? (No test results ...) )
"Indent_to_bracket": true,
Shows whether the aligned white line is automatically filled according to the carriage return, tab, etc.
"Trim_automatic_white_space": true,
Whether to wrap the line automatically, if you choose Auto, you need double quotation marks
"Word_wrap": false,
Sets the width of the text area within the window
"Wrap_width": 0,
Prevent word wrapping that is indented to the same level
"Indent_subsequent_lines": true,
If not defined, the file is centered (such as a newly created file)
"Draw_centered": false,
Auto-match quotes, brackets, etc.
"Auto_match_enabled": true,
Word list path for spelling checker
"Dictionary": "Packages/language–english/en_us.dic",
Whether the visual area portion of the code map is bordered by a border, the color of the border can be added to the Minimapborder key on the color scheme
"Draw_minimap_border": false,
Highlight the line where the current cursor is located
"Highlight_line": false,
Set the cursor flashing mode
"Caret_style": "Smooth",
Whether to display the parentheses of the current cursor, the end of the terminal closure mark
"Match_brackets": true,
When set to False, Match_brackets only takes effect when the cursor is at both ends of the parenthesis or the end-of-tail closure mark
"Match_brackets_content": true,
Whether to highlight parentheses, Match_brackets is True
"Match_brackets_square": false,
Whether to highlight curly braces, match_brackets for True
"Match_brackets_braces": false,
Whether to highlight the angle brackets, Match_brackets is valid for true
"Match_brackets_angle": false,
HTML and XML highlight the cursor at both ends of the label, affecting HTML, XML, CSS, etc.
"Match_tags": true,
Full-text highlighting with the same character as the currently selected character
"Match_selection": true,
Sets the spacing to the top, in pixels, of each line, with the effect equal to leading
"Line_padding_top": 1,
Sets the amount of space, in pixels, of each line to the bottom, with the effect of leading
"Line_padding_bottom": 1,
When set to false, when scrolling to the bottom of the text, there is no buffer
"Scroll_past_end": true,
Control what happens when you go up or down to the first or last row
"Move_to_limit_on_up_down": false,
When you press space or tab, the actual result is a white dot (a single dot) or a white horizontal line (the width of the tab set by the Tab_size), which you can see in the selected state.
When set to none, these dots and lines are not displayed under any circumstances
When set to selection, only points and lines in the selected state are displayed
When set to all, it is always displayed
"Draw_white_space": "Selection",
Whether the the line is displayed on the tab stop, the color can be set in the theme file (guide,activeguide,stackguide)
"Draw_indent_guides": true,
tab stops on the the line, Draw_normal is always displayed, draw_active to show only the code control domain where the current cursor is located
"Indent_guide_options": ["Draw_normal"],
If true, the extra space after each line is deleted when the file is saved
"Trim_trailing_white_space_on_save": false,
True to save the file with the cursor changing one line at the end of the file
"Ensure_newline_at_eof_on_save": false,
Switch to another file tag or click Other non-software area, the file is saved automatically
"Save_on_focus_lost": false,
ASCII, UTF-8, and UTF-16 are automatically detected when encoding is not automatically detected during encoding
"Fallback_encoding": "Western (Windows 1252)",
Default encoding format
"Default_encoding": "Utf-8″,
Files that contain empty bytes are opened by default to hexadecimal
"Enable_hexadecimal_encoding": true,
What character to use as Terminator at the end of each line
"Default_line_ending": "System",
When set to Enabled, pressing tab between a string inserts a tab character
When set to True, pressing TAB fills the code automatically according to the front and back environment
"Tab_completion": true,
Code hints
"Auto_complete": true,
Size limit for code hints
"Auto_complete_size_limit": 4194304,
Code hint delay display
"Auto_complete_delay": 50,
Control range for Code hints
"Auto_complete_selector": "Source–comment",
Other scenarios that trigger code hints
"Auto_complete_triggers": [{"selector": "text.html", "Characters": "$amp;<amp; $quot;}],<br=" ">//Set to False, The code that selects the hint can be output by either a carriage return or a click, but when True is not output, it is wrapped directly.
"Auto_complete_commit_on_tab": false,
Set to False, use SHIFT + TAB to always insert tabs
"Shift_tab_unindent": true,
The selected text is automatically copied to the text box in the Find panel when you press CTRL + F
"Find_selected_text": true,
Topics for Data\packages\theme–default\default.sublime-theme control software
"Theme": "Default.sublime-theme",
Speed of scrolling
"Scroll_speed": 1.0,
Left Sidebar folder animation
"Tree_animation_enabled": true,
The Close button of the tab page
"Show_tab_close_buttons": true,
For OS X
"Use_simple_full_screen": false,
Horizontal vertical scroll bar: System and disabled are displayed by default, enabled for auto-hide display
"Overlay_scroll_bars": "System",
Hot eject feature! Exit without prompting to save the file, but exit directly
The next time you open the software, the file will remain in the state before the exit, the content is not saved, but it is not actually written in the original file
"Hot_exit": true,
The software uses the final settings to open the file, Hot_exit is true when there is no effect
"Remember_open_files": true,
For OS X
"Open_files_in_new_window": true,
For OS X
"Close_windows_when_empty": true,
Which files will be displayed on the sidebar
"Folder_exclude_patterns": [". SVN", ". Git", ". Hg", "CVS"],
"File_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj", "*.O", "*.a", "*.lib", "*.so", "*.dylib", "*.NCB", "*.sdf", "*.suo", "*.pdb", "*.idb", ". Ds_store "," *.class "," *.psd "," *.db "],
Goto anything or Find in Files
"Binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.SW F "," *.jar "," *.zip "],
Delete the plugin you want to ignore, need to reboot, remove Vinage to turn on Vim mode
"Ignored_packages": ["Vintage"]
}
Sublime Text 3 Configuration analysis