12

How I can format, or beautify php,html,css,javascript code in the Sublime 3 Text editor?

When I go into Edit menu of Sublime 3 there is no option for formatting or beautifying code!

Muhammad Shahzad
  • 9,340
  • 21
  • 86
  • 130

1 Answers1

11

First, install Package Control, the package manager for Sublime Text. Next, you need to install packages that do what you're after: beautify code or maybe just indent it.

idleberg
  • 12,634
  • 7
  • 43
  • 70