After I did a demo containing some live coding, some viewers asked me how I operated so quickly. Of course there is no single answer, the answer is a bunch of simple shortcuts and a lot of practice combinations. In response to those queries, I felt
Press CTRL + ' recallconsole
Paste the following code into the bottom command line and 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;
Using sublime under Linux, the most difficult problem is the Chinese input method of support is too poor, I found here A has been played in the Chinese input patch sublime, here to share to you:"Sublime Text 3065 Chinese 64 bit"I analyzed the use of
Sublime Text 3 is an excellent code-editing software. The interface is simple, lightweight and fast, very popular with everyone.Recently began to use him to edit the data structure of the code, which requires a new compilation system. Here's
Lou Zhu Technology Small white One, in the building COCOS2DX development environment, search on the internet a bunch of information and a lot of great God to share the article, and then do their own hands. Maybe the operating system, or the version
The Sublime text is a concise and powerful text editor, but its default is UTF8 encoding, which resulted in a lot of GBK encoded files in the Chinese display as garbled. Fortunately there is a special plugin to solve this problem: ConvertToUTF8.To
1. Open the registry and start → Run →regedit2. Under Hkey_classses_root→*→shell, the new item is named Sublimetext3. Right-sublimetext key, new → string value, named icon, the value is "Sublime_text.exe path, 0", for example:
1, quickly jump to a line: Ctrl+g, enter the line number, you can quickly jump to the line2. Quick Find: Ctrl+pEnter "@ Function name" To quickly find the functionEnter "#+ text"3, multi-line cursor functionQuickly select multiple variables: Select
Recently busy front-end things, with the sublime Text 3.0 version, in order to improve the efficiency of the work, using a number of more practical plug-ins, these plugins are in the sublime plug-in list can be found, are very good plug-ins,
The shortcut key for using goto anyting is Ctrl + P,
Multiple rows cursor select multiple identical keywords: first select one, then press Ctrl + D, if you want to skip one, press Ctrl + k
Generate multi-row cursor shortcut: Press SHIFT +
1. install packages
CTRL + '(the one on the left)
Enter the following command:
import urllib.request,os; pf = ‘Package Control.sublime-package‘; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener(
1. Go to this website https://sublime.wbond.net/
Click Install now
2. Select the sublime text version you have installed and copy the following code.
3. Open the sublime Editor, press Ctrl + · (key on the tab key), copy the
Win7 or Win8:
Before you start, if your computer is a Windows operating system, it must be win7 or later. Why can't XP system, we can find the answer in the quick-cocos2dx configuration file setup_win.bat:
We can see that the configuration fails in
Button description
The shortcut keys in this article take Mac OSX as an example to illustrate that Windows users can map their own
?: Command
?: Control
?: Option
?: Shift
: Success →
Selection
Move the cursor:
(Most of the shortcut
As a loyal fan of Aptana, I recently started to use sublime due to work needs. For the first time I used it, it was started in seconds, with a simple interface design, this picture is displayed without interference.
As the saying goes, to do a good
Summary of sublime Text 3
Sublime Text 3 is my favorite code editor. When dealing with code every day, you must first sharpen the tool and master the shortcut keys of the basic code editor to make it more efficient. At the beginning, it may be a
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.