Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

How about Sublime text? It's not good to use


May 24, 2021 Sublime Text Use the manual


Table of contents


As a front end, a good development tool is essential, editplus, notepad, are good tools, lightweight, fast start (dw too puffy). A few years ago, another new editor was born, sweeping the front end of the world, causing so many fans that many front-enders abandoned their "partners" who had spent years and put them in her arms - Sublime Text 2. This article is about her latest version of Sublime Text 3.


ST3 is a cross-platform editor that no longer has to worry about not finding the right, familiar editor for a platform change. C urrently, it's still in beta, but it's already powerful and updated quickly, and the latest is 3047. ST3 is not free, but can be used permanently for free, only occasionally when saving, will pop up to ask you to purchase registration dialog box, that's all.

The Sublime Text 3 editor has the following benefits:

1. The sublime text editor looks very concise from the interface alone, so it can be said that people feel at first sight. F ully in line with the taste of code farmers. Functionally it's not complicated, it's like a note book, it's easy to get started.


2. Can be freely extended, sublime provides the way to install plug-ins, can install any plug-in you want, powerful can sum up in one sentence "only you can't imagine, no it can't do."


3. Small size, sublime occupies a small amount of memory, only 30 M, which is other large editors such as "dw", webstrom, etc. is a small poor . and running super fast! Don't worry about the system anymore


4. Multi-screen display is enough. Sublime editor can display multiple screens, easy for you to write and view the corresponding document code, if your screen is large enough, divided into four screens developed at the same time, that work efficiency can be described as a bar drop


5. You can also write code quickly, if the sublime editor installed emmet plug-in, write html that speed is unprecedented, three or five efforts can be compiled a whole section of html


6. There are also multiple options, such as I modify a li to p, you can first double-click li and then press ctrl-D, the editor will automatically select the next li, so that the closed li can be modified to p at the same time


7. A lot of convenient shortcut functions, such as the shortcut cmd+d, the power of this shortcut is more than cmd+f, programming sometimes need to modify a local variable name or method name need to choose all the local variables of the same name to modify (idea, not the whole file, may be just a piece of the entire file location), this time cmd+d can be said to be super convenient. You can modify it at the same time after you select it line by line.


Interested students, you can download a direct use to see.