Download, install, crack and needless to say, go directly to the topic:
1, install the package Control
The default sublime 3 does not have a package Control, which is used to install other plugins.
A simple installation method
To use CTRL + ' shortcut keys or open the command line from the View->show console menu, paste the following code:
Import Urllib.request,os,hashlib; h ='2915d1851351e5ee549c20394736b442'+'8bc59f460fa1548d1514676163dafc88'; 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))ifDH! = hElseOpen (Os.path.Join(IPP, PF),'WB').Write(by)
If the installation is still not successful, refer to the following Web site:
Http://www.cnblogs.com/luoshupeng/archive/2013/09/09/3310777.html
Or the method provided by the official website:
Https://packagecontrol.io/installation#st3
2, install the plugin
Installing sublime plug-ins is also a common use of sublime problems, the steps are as follows:
1. Open Sublime Text3, press Ctrl+shift+p to open the terminal window
2. In the Open terminal window, enter "Install", below will be prompted "package Control:install", with the mouse click
3. Wait a few seconds, will pop up a terminal, in the terminal input you want to install plug-ins, to find, click on the list below the plug-in, will automatically install for you.
Some of the recommended plugins for React native development:
- Reactjs: Support react development, code hints, highlighting, introduction address: Dot Me
- Emmet: Front-end development essentials.
- Terminal: Open the terminal in sublime and navigate to the current directory, the shortcut keys under Mac are: Command+shift+t
- React-native-snippets:react native code snippet, specific usage reference: here
Other plugins can refer to here: http://segmentfault.com/a/1190000003698071
According to the individual taste to add.
Recommend a sublime material style theme: material, go directly to search this plugin can install, Introduction address: Here
Ref: Pinterest
Developed with Sublime Text 3 React