Heim  >  Artikel  >  Entwicklungswerkzeuge  >  Erhabene Text3-JSON-Formatierung

Erhabene Text3-JSON-Formatierung

藏色散人
藏色散人nach vorne
2019-08-30 14:29:135862Durchsuche

SublimeText3 ist eine plattformübergreifende Code-Editor-Software (CodeEditor). Unten führt Sie die Spalte Sublime-Nutzung in die Sublimetext3-JSON-Formatierungsmethode ein. Ich hoffe, dass sie für Freunde in Not hilfreich ist.

Erhabene Text3-JSON-Formatierung

Installationspaket installieren

cmd + `

Geben Sie

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

Install Pretty JSON

cmd + shift +p
install package
pretty json

oder

cd /Users/xixicat/Library/Application Support/Sublime Text 3/Packages
git clone https://github.com/dzhibas/SublimePrettyJson.git

Format

ctrl+cmd+j

Das obige ist der detaillierte Inhalt vonErhabene Text3-JSON-Formatierung. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!

Stellungnahme:
Dieser Artikel ist reproduziert unter:segmentfault.com. Bei Verstößen wenden Sie sich bitte an admin@php.cn löschen