sublime text3 - playing a small program development artifact

Sublime Text: has a code highlighting, syntax tips, auto-complete and rapid response editing software, plug-ins can be very beautiful in hand, interface, code can be very elegant, the operation can be easier, if you are like tossing (Don Juan) people, it's definitely worth your own, fancy Fun Code

[TOC]

The most annoying nonsense, directly on the steps to reach the party !!!!!!!! welfare

1. Installation Package Manager

  1. Open URL https://packagecontrol.io/installation

  2. SUBLIME TEXT 3 in which to find the following piece of code Copy

    Official website

  3. Open sublime use shortcut keys or shortcut Ctrl + `> Show Console View- menu opened by the command line, the above paste code, run, waiting for the completion of the installation

2. Install applet plug-in

  1. First of all thank the authors, we hope to use the time to the point of little hearts
  2. Plug-address https://github.com/springlong/Sublime-wxapp
  3. Download the plugin and unzip to the following address
    1. Windows installation directory, you can choose between the Sublime menu: Preferences> Browse Packages arrive.
    2. Mac installation directory, you can select the order from the menu Sublime: Sublime Text> Preferences> Browse Packages arrive.
  4. Incomplete improve code efficiency, the user opens configuration (Preferences> Settings), add the following code to open Preferences.sublime-settings in the user profile:
"auto_complete_triggers":
  [
      {
          "characters": "abcdefghijklmnopqrstuvwxyz< :.",
          "selector": "text.wxml"
      }
  ]
  1. The rest do not have to worry about, you write good code, increase your efficiency, quickly make a point to see the results to the leadership, would you believe me fast hardware, although I have not regressed, but I believe we have potential

3. Plug welfare

We installed using the package manager, to install some plug-ins let us ecstatic, how to install your own to Baidu, after all I'm lazy

  1. HTML / CSS / JS Prettify a very nice code formatting plug-ins, finished code, right-click, direct formatting is good
    • Can also be automatically formatted Preference -> Package Setting -> HTML/CSS/JS Prettify -> Plugin options defaultto open the find "format_on_save" is true then you modify the code to try to save, not perfect
  2. Emmet (formerly known as Zen Coding) front-end essential, I too do not want to explain to you, write front-end code knows, you do not know well, do not have access
  3. DocBlocker plug-ins to customize the output of the current time and other information in the auto-complete annotation http://www.cnblogs.com/huangtailang/p/4499988.html

To be continued! But now that you have micro-channel can quickly throw away the tools that burden now, enjoy the fun of writing code with sublime it!

Guess you like

Origin www.cnblogs.com/qianduanwriter/p/11798372.html