Hello, everyone! I'm rain. Today we recommend one of the most favorite editors for programmers--Sublime Text 3. Why is it the programmer's favorite editor? The answer is it .Beautiful user interface and powerful features. Let me give you a detailed introduction to this editor.
First, functional characteristics
1, Sublime Text support a variety of programming language syntax highlighting, has a good code autocomplete function.
2, Sublime Text also has a good expansion capability and fully open user-defined configuration with a magical and functional edit State Recovery feature.
3, Sublimetext also have the ability to edit state recovery, that is, when you modify a file, but not saved, then quit the software, the software does not ask the user whether to save, Because either the user exits spontaneously or crashes unexpectedly, the next time the software is started, the previous edit state will be fully restored, just as it was before exiting.
Second, common functions
1, automatic completion of the shortcut key is tab, if in the HTML file, input CL press TAB, you can automatically fill the class= "", plus zencoding, even more powerful.
2, hold down CTRL Click the mouse, there will be more than one flashing cursor, at the same time can be modified at many places, or hold the middle mouse button drag.
3, ctrl+/, ctrl+shift+/are line comments and block comments, and then click to remove the comments, ST2 can automatically identify the HTML, CSS or JS files, give different types of comments.
4, ctrl+alt+↑, ctrl+alt+↓ up or down two lines, ctrl+enter, insert blank line after the cursor, ctrl+d Select similar, you can refer to the following shortcut key column table.
Third, shortcut keys
Ctrl+l Select Entire row (press and hold-continue to select the downstream)
CTRL+KK Delete from cursor to end of line
ctrl+k Backspace Delete from cursor to beginning of line
ctrl+j Merge rows (multiple rows that need to be merged are selected)
ctrl+ku Change to uppercase
ctrl+kl change to lowercase
ctrl+d Select string (Press and hold-continue to select the next same string)
ctrl+m cursor to start or end position within parentheses
ctrl+/Comment Entire line (if selected, same as "ctrl+shift+/" effect)
ctrl+shift+c conversion to UTF8
ctrl+r search function label for specified file
ctrl+g jump to a specified line
Ctrl+kt Collapsing Properties
Ctrl+k0 Expand All
Ctrl+u Soft undo
ctrl+t Word Exchange
Tab Indent Auto-complete
Shift+tab removing indents
ctrl+f2 set bookmarks.
F2 Next Bookmark
shift+f2 Previous Bookmark
shift+ Right-click Column Selection
alt+f3 Selected text press the shortcut key, you can select all the same text at once to edit simultaneously
ALT +. Close the current label
F6 detecting syntax errors
F9 Row Sort (by A-Z)
F11 Full Screen mode
ctrl+enter insert Row after cursor
ctrl+shift+enter insert Row before cursor
ctrl+shift+[Folding Code
ctrl+shift+] Unwind code
ctrl+shift+↑ and Upstream interchange
ctrl+shift+↓ and downlink interchange
Ctrl+shift+a Select the cursor position parent tag pair child
Ctrl+shift+d the entire line where the cursor is copied, before inserting the line
ctrl+shift+f in folders, unlike normal editors, Sublime allows you to add multiple folders to find
ctrl+shift+k Delete an entire row
ctrl+shift+l the mouse to select multiple rows (pressing the shortcut key), you can edit the lines at the same time
Ctrl+shift+m Select the contents in parentheses (press and hold-continue to select the parent bracket)
ctrl+shift+p Open Command Panel
ctrl+shift+/Comment Selected content
Ctrl+pagedown, ctrl+pageup files are switched on and off in the open sequence
Ctrl + left mouse button to select multiple text to edit at the same time
shift+ the right mouse button (or using the middle mouse button) can use the mouse to select the vertical multi-line
Shift+tab removing indents
alt+shift+1~9 (non-keypad) screen displays a small window of equal numbers
Four
Baidu Network disk and password: HTTPS://PAN.BAIDU.COM/S/1GK_M5YUMUXDQDCM1OW5JDW Password: 1428
If the address is invalid, you can contact me in the comment area! Installation tutorials can be on-line Baidu! Note: The link provides a 64-bit installation package!
V. Software
One of Java Programmer's favorite editors (Sublime Text 3)