Sublime Text 3 Common shortcut keys, commonly used plugins

Source: Internet
Author: User
Tags sublime text

Common shortcut keys

Find Anything ( Ctrl + P )

-: + line number positioning to specific line

-@+ symbol JS function name, CSS selector name

-#+ keyword targeting to specific keywords

Command Panel (Ctrl + Shift +p), you can find some of the commands we want to find by blurring the match.

Bulk action variables, skip a variable ctrl+k , check the next variable Ctrl + D to select all the same variables Alt + F3.

Bulk operations multi-line Ctrl + Shift +l

Common plugins

Package Control: The Package management tool, through which you can add, update, uninstall plugins.

Emmet can quickly write HTML and CSS code.!+tab Generate HTML templates, Div#nav>ul>li?4>a + Tab Quick Navigation plugin,

Docblockr can easily generate comments on the JS method above,/** +enter generate a comment template

Sidebarenhancements Right-click menu Enhancement Tool on the left sidebar select an HTML, open in Broswer

Terminal can open the command line terminal in sublime directly on the left sidebar open Terminal here, such as starting a static server

Installing the package control requires that the view (view) –>show control (Show/Hide console) also direct shortcut CTRL + ' is the upper left-hand corner below the ESC key.

Enter https://packagecontrol.io/installation in the bottom input box

Import Urllib.request,os,hashlib; h = ' df21e130d211cfc94d9b0905775a7c0f ' + ' 1e3d39e33b79698005270310898eea76 '; PF = ' package control.sublime-package '; IPP = Sublime.installed_packages_path (); Urllib.request.install_opener (Urllib.request.build_opener (Urllib.request.ProxyHandler ())); by = Urllib.request.urlopen (' http://packagecontrol.io/' + pf.replace (', '%20 ')). read (); DH = hashlib.sha256 (by). Hexdigest (); Print (' Error validating download (got%s instead of%s), please try manual install '% (DH, h)) if DH! = H Else Open (Os.pat H.join (IPP, PF), ' WB '). Write (by)

After the installation is complete: You can Preferences (preferences), package Control

Ctrl+shift+p--Enter the install package

Writing Code Snippets

Tools---> New Snippet Code Snippets

Activate the sublime text 3 vim mode

Sublime Text 3 Common shortcut keys, commonly used plugins

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.