Sublime text 2 editor experiences (1)

Source: Internet
Author: User

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:

    1. Press Ctrl + 'to call up the console. (In the beginning, I used this key for QQ Pinyin input, so it conflicted. Khan !)
    2. 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())
    3. Restart sublime text 2.
    4. If you see package control in perferences-> package settings, the installation is successful.
    5. Press Ctrl + Shift + P to bring up the Command Panel
    6. 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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.