Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install the Sublime Text3 and JSON parsing plug-ins

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces how to install the Sublime Text3 and JSON parsing plug-ins. It is very detailed and has a certain reference value. Friends who are interested must finish it!

1. Download: http://www.sublimetext.com/3, add to host after installation:

127.0.0.1 www.sublimetext.com127.0.0.1 license.sublimehq.com

two。 Enter the registration code, plus the registration code collected from the network, all of which are not guaranteed to be available. If you fail, please go out and turn right to find Duniang and google:

-BEGIN LICENSE-sgbteamSingle User LicenseEA7E-11532598891CBB9 F1513E4F 1A3405C1 A865D53F115F202E 7B91AB2D 0D2A40ED 352B269B76E84F0B CD69BFC7 59F2DFEF E267328F215652A3 E88F9D8F 4C38E3BA 5B2DAAE4969624E7 DC9CD4D5 717FB40C 1B9738CF20B3C4F1 E917B5B3 87C38D9C ACCE7DD85F7EF854 86B9743C FADC04AA FB0DA5C0F913BE58 42FEA319 F954EFDD AE881E0B- END LICENSE-

3. Install the JSON plug-in (either directly or online)

3-1. Direct installation

Download the installation package https://github.com/dzhibas/SublimePrettyJson and extract it to the Packages directory (menu / Sublime Text- > Preferences- > Browser Packages …) And then restart it

3-2. Online plug-in installation Package Control

Press Ctrl+ `(this symbol is the key above the tab button) to call up console (Note: avoid hotkey conflicts)

Paste the following code to the command line and press enter:

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 ())

Restart after the installation is complete.

3-3. Install Pretty JSON

Menu / Sublime Text- > Preferences- > Package Control, select Package Control:Install Package, enter Pretty JSON, press enter to complete the installation, and finally restart.

4. Use:

Windows: ctrl + alt + j key combination to format json string

Mac: ctrl + command + j key combination to format json string

The above is all the contents of the article "how to install the Sublime Text3 and JSON parsing plug-ins". 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.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report