I have been using notepad ++ before. In fact, it doesn't matter what editor I use. Because there are few front-end items, I will be familiar with it. The editor is easy to use.
DW was used at the highest level, but this software is too heavyweight and many functions may not be used, so I gave up, and now it seems that it has been released to cs6.0. Currently, notepad ++ and zencoding are used. This combination is actually quite good. By default, you can enable a code prompt function for notepad, which is actually quite useful.
However, I have heard from others over the past few days that the sublime software is available. Cross-platform support for many plug-ins and many unexpected features. The code prompt feature is also very useful. You can also install git and css3 private prefixes to automatically complete the plug-in, so I also installed one.
After a try, I feel that the interface is quite good. All the functions in Notepad are available here (for personal use ).
: Www.sublimetext.com
Use the package control component to install the sublime Plugin:
- Press Ctrl + 'to call up the console. (In the beginning, I used this key for QQ Pinyin input, so it conflicted. Khan !)
- Paste the following code to the bottom of the command line and press Enter:
import urllib2,os;pf='Package
Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp)
if not os.path.exists(ipp) else
None;open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace('
','%20')).read())
- Restart sublime text 2.
- If you see package control in perferences-> package settings, the installation is successful.
- Press Ctrl + Shift + P to bring up the Command Panel
- Enter install to bring up the install package option and press Enter. Then, select the plug-in to be installed in the list.
Some essential sublime text 2 plug-ins, you can read this article, of course, there are good articles on the Internet. Some essential sublime text 2 plug-ins