package_control
package_control copied to clipboard
Excuse me, how to install json
Excuse me, how to install json
What aspect of JSON support are you trying to achieve? Basic JSON support with syntax highlighting is installed by default with Sublime Text 3 and 4. I think ST2 had basic JSON support built in as well. But if not just install Package Control you can... do nothing? If I remember correctly Package Control was created while ST2 was the latest version. But all the package control instructions expect you're using ST3 or ST4 now which has easy install of Package Control built in. So hopefully you're not on Sublime Text 2 or 1.
Hello, is there any introduction document used?
@zhang12346 Introduction to JSON or Sublime Text?
Hello, yes, mine is sublime 4
Excuse me, is there a plug-in that can format JSON? And installation steps
@zhang12346 I use Pretty JSON
- Install Package Control: see https://packagecontrol.io/installation
- Open the Command Palette:
Cmd+Shift+P(Mac) orCtrl+Shift+P(Linux / Windows) - Type
installyou should seePackage Control: Install Packagehighlighted in the dropdown list - Press
Enter(Linux / Windows) /Return(Mac) - Type
prettyyou should seePretty JSONhighlighted in the dropdown list - Press
Enter(Linux / Windows) /Return(Mac)