Discover sublime text 3 projects tutorial, include the articles, news, trends, analysis and practical advice about sublime text 3 projects tutorial on alibabacloud.com
method, press TAB to trigger effect)3.ColorPickerA color palette plugin.1.ctrl+shift+p: Bring up the Control Panel2. Search box type the Install Package Command (can also be abbreviated) and enter, then select colorpicker in the list3. Click OK to wait for the installationColorPicker Use shortcut key:ctrl+shift+c.SummarizeHTML/CSS introduction of the sublime plug-in first install these several can begin to
Sublime Text 3 Configuration explanation (default){Set up theme files"Color_scheme": "Packages/color scheme–default/monokai.tmtheme",Set font and size"Font_face": "Consolas","Font_size": 12,Font options: No_bold do not display bold characters, no_italic do not display italics, No_antialias and No_antialias turn off anti-aliasingSubpixel_antialias and No_round are
ReferenceThe first thing is to install the JDK configuration environment variable, this is not much to say.The second step is to download and install sublime Text3.The third step is to create a batch file named Runjava.bat, which is placed under the bin of the JDK:1@ECHO OFF2cd%~DP13ECHO Compiling%~nx1 .....4 IFEXIST%~n1.class (5DEL%~n1.class6 ) 7Javac%~nx18 IFEXIST%~n1.class (9ECHO-----------OUTPUT-----------TenJava%~n1 One)ExpandFourth step, find t
jump to that line of code. For a chestnut: Quickly locate a file in which the page code is relatively long.
ctrl+r Open the search box, automatically with @, enter keywords, find the function name in the file. For a chestnut: Quickly find a function on a page with more functions.
ctrl+: Open the search box, automatically with #, enter keywords, find the variable name, attribute name, etc. in the file.
ctrl+shift+p
esc exit the cursor multi-line selection, exit the sea
Today, when you open someone else's Python script and want to find the IDE, there was a Python plugin installed in eclipse, but it seems too old, and many SYS methods can't find it.And on the Internet to find a Python IDE tools, watch many people in praise of this sublime, down with a bit, wow, suddenly by its sexy appearance to be impressed. But oh, it does not support GBK, my python file up Chinese garbled, how to break?Internet search method, there
1) download sublime and install, download list: http://www.jb51.net/softs/132432.html
2) download sublime nodejs plug-in, need to be integrated Nodejs plug-in to sublime,: https://github.com/tanepiper/SublimeText-Nodejs
3) decompress the zip file and rename the "Nodejs" folder"
4) Open
Previously developed with Webstorm, feeling used for a long time, the start speed became very slow, later thought of St, after their own repeated decision, a good study of its usage, and other online tutorials are similar. This article is mainly for the Nodejs development environment configuration1, download Sublime text 3 (my is 3065 version) address: HTTP://WWW
Way One:Create a new Building system (tools–>building system–>new Building System) and enter the following in the popup text box:{"cmd": ["Javac", "$file _name", "", "Java", "$file _base_name"],"Working_dir": "${project_path:${folder}}","Selector": "Source.java","Shell": true,"Encoding": "GBK"}"Encoding": "GBK" code can be changed according to the situation Utf-8. Way two:Sublime Text
Sublime Text 3 3126 registration code, online search. The last one I used.Copy one, open Sublime Text 3, Help--enter license paste.-–begin license-–Michael BarnesSingle User Licenseea7e-8213858a353c41 872a0d5c df9b2950 aff6f667c45
+→ :Move the cursor to the right with the word standard
alt+→ :Move the cursor to the right with a word, and if uppercase in the word, it jumps to the upper case?
Edit class:
ctrl+shift+k :Delete entire row
ctrl+shift+↑ :Swap the cursor line with the previous line
Ctrl+enter :Insert a blank line on the next line (regardless of whether the cursor is at the end of the row)
ctrl+/ :Comment Line
ctrl+shift+/ :Comment Multiple lines?
Display class:
Ctrl+tab :Toggles the tab o
Recommended several use Sublime Text development Laravel use of plug-ins, sublimelaravel
I am currently mainly using Sublime Text 2 to do Laravel development, the main plug-ins are as follows:
1.Blade Snippets: Provide Blade template auto-complete
2.Laravel 4 Blade highlighter: provides Blade keyword highlighting
Sublime text 3 ctrl + B browser to start html, sublimetext
Sublime text 2 and 3 can be used to quickly set browser startup. Here I will introduce how to disable the plug-in to start the browser.Step 1: Open Tool --> build system
Using sublime text 3 to write code is a pleasure, using sublime text 3 to format the HTML code, you need to install the plug-in, the specific installation steps are as follows: 1, ctrl+shift+p, enter the package Control:install 。
In the writing of the data structure code, I chose the excellent editor sublime Text 3, but in the implementation of C + + code compile and run a great effort, next I posted the code of C + + compiler system for your reference.After compiling, it runs in the CMD command-line window that pops up, because if you run in Sublime
Note: I have installed TOWERSVN in advance and you may need to install it beforehandTOWERSVN, I realized after I installed redis that installing software when installing plugins seemedis a necessary step, that is to say install plug-ins just so you can use here you haveInstalled this software only-my current understanding is not very thorough, speculation should be this pattern, please self-understanding and Baidu.WINDOWDS10 Sublime
1. Open Sublime Text 3, press ctrl+~ to open the control line, copy and paste the following Python code, and then enter run. 2. Copy and paste the following code: import Urllib.request,os,sys; EXEC ("If Sys.version_info Sublime Text 3
Sublime Text 3 compiles C + + needs to install MinGW.Install MinGW, to figure three to note that need to wait for download and installation, until continue shiny can continue to the next step.If the installation does not pass, press quit directly to quit, repeat the installation once or two times, it is possible.Installation through, the next will appear the foll
add the corresponding relationship.Sublime Text cannot be resolved by using the package control or plug-in installation failure, which is the solution for Windows in this article. Very detailed.Since I'm using OS X, it's a little different.The solution is as follows:1. $ ping sublime.wbond.net you can get the IP address 50.116.34.2432. $ sudo vi /etc/hosts , enter the system password, press I enter insert mode, enter the following content
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.