In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces the method of installing php plug-in in sublime2, which is very detailed and has certain reference value. Friends who are interested must finish it!
Sublime2 to install the php plug-in method: 1, use "Ctrl+shift+p" to open package control;2, enter "install Package", enter; 3, enter "php" in the search box, click on the php plug-in you need to install in the drop-down box to install.
Install the php plug-in in sublime2
1. Install package control
Newly installed sublime does not have this option. Follow these steps to install the package control tool.
Sublime text2 as an example, open the editor, Ctrl+ `(the key to the left of 1), call up the command line, and paste the following code:
Import urllib2,os; pf='Package Control.sublime-package'; ipp = sublime.installed_packages_path (); os.makedirs (ipp) if not os.path.exists (ipp) else None; urllib2.install_opener (urllib2.build_opener (urllib2.ProxyHandler (); open (os.path.join (ipp, pf), 'wb'). Write (urllib2.urlopen (' http://sublime.wbond.net/' + pf.replace (','% 20')). Read () Print ('Please restart Sublime Text to finish installation')
Sublime text3
Import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path (); urllib.request.install_opener (urllib.request.build_opener (urllib.request.ProxyHandler (); open (os.path.join (ipp, pf),' wb') .write (urllib.request.urlopen ('http://sublime.wbond.net/' + pf.replace ('','% 20')). Read ())
Enter and restart the editor.
2. Open package control (shortcut key Ctrl+shift+p)
3. Enter install Package and select install Package
4. Search for PHP, click the plug-in you want to install, and then install it.
These are all the contents of this article entitled "how to install the php plug-in in sublime2". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.