From now on, I will share the tools I have developed in front of us.
First, it's a text editor. My choice is sublime text, sublime is strong in its plug-in support.
Usually, the front end needs to deal with the place js,css,html.
Sublime Temp Template plugin, because we usually need to repeatedly create a lot of css,js,html files, this plugin is undoubtedly for us to reduce so many repetitive operations. For example, I want to create a JS file only need ctrl+shift+j and then name the point of return to the good, of course, you can set the shortcut keys
(Installing plugins in Sublime is also simple, preferences->package Control->install package, and then search for the plugin you want to be good)
Jsformat JS format, including JSON and JS files, when we find the elegant format after the completion of the code, as long as the use of ctrl+shif+f can be formatted very beautiful, it is suitable for the code neat programmers use. Of course you can read someone else's code more easily.
Alignment This is the format of the HTML file, but its own shortcuts and QQ screenshot conflict, so need to modify. I test, formatting effect is not particularly good, so use it with caution.
Emmet This plugin is the most I want to recommend. This is the legendary extreme programming. Specific use of the tutorial please Baidu official website, by the way shorthand manual http://docs.emmet.io/cheat-sheet/collection under reference. It will definitely help us to write the code.
In addition to these plugins, sublime also provides syntax highlighting such as sass,less,react and smart boot plugins.
In addition, it has FTP upload, git and other external plug-ins, very suitable for those who often work with the service side of the students.
Front End-"learning experience"-using tools to boost your productivity (sublime text)