Sublime TEXT3 (hereinafter referred to as ST3), ST3 is a powerful, beautiful code editor, the speed of opening and running the program is very fast. In addition, ST3 has excellent code auto-completion function (auto-brace, curly brace and other matching symbols, automatic completion of the word has been appeared, auto-complete function name), very smart. Before this I edit Ruby and PHP program, are used EditPlus and notepad++, since met ST3 after gradually like this editor, so do not hesitate to give up the previous use of the editor, we can look at its work interface, Support for Shell code is also good, Chinese support is also very good,:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/54/45/wKiom1R9jXmzFG3RAANCgS6wPAw857.jpg "title=" 2.jpg " alt= "Wkiom1r9jxmzfg3raancgs6wpaw857.jpg"/>
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/54/44/wKioL1R9jg_AUJBWAAGuhwaPTL0898.jpg "title=" 3.jpg " alt= "Wkiol1r9jg_aujbwaaguhwaptl0898.jpg"/>
ST3 powerful plug-in function naturally needless to say, after all, is the development of Python, the other I write Ruby program will have a lot of surprises, such as I input [], {}, "" These pairs of symbols, I only need to input a part of the front, ST3 will be very thoughtful automatically help me complete the work behind, The cursor will also automatically enter the middle of the pairing symbol, eliminating the hassle of moving the cursor, the design is very human.
such as the automatic indentation function, like I'm typing .
Def initialize (name)
The second line and then the code will be automatically indented, but if I enter else or end, and then press ENTER, it will automatically cancel the end of the code indentation, it is really intimate and humane.
When I enter the unique times loop statement in Ruby, for example
10.times do
Then it prompts to insert the Do end code block, presses ENTER, automatically complements the following code, and selects variable, let's edit, the code that appears automatically is as follows:
10.times do |variable|end
File switching speed is very fast, a small number of files when I generally like to use the combination of "Ctrl+tab", if the file volume is more than a long time, the direct call to the key combination "ctrl+p" to bring up the file switcher, the inside of the file to enter the fuzzy name to locate the file.
Feel its plug-in function is also exceptionally powerful (shift+ctrl+p combination key recall), other functions are still in continuous research.
This article is from the "Fuqin Wine" blog, please make sure to keep this source http://yuhongchun.blog.51cto.com/1604432/1585662
Recommended Ruby Development and editing Tool sublime Text3