Sublime Forum

Brand New To Sublime 3

#1

Hello I was using sublime a while ago and someone had me install something that made everything lay out for php and javascript easily and auto complete some things. Any idea what he did and how to do it. Sorry i’m being vague

0 Likes

#2

It probably means that person installed “Packages” that may enhance Sublime Text’s functionality in various ways. Check out http://packagecontrol.io to browse all packages. To install a package, bring up the command palette with ctrlshiftP and start typing “Package Control: Install Package”. Press enter and you’ll get a list of all the packages. Install the ones you want. Most packages require some reading and learning by yourself in order to use them effectively. Every sane package should have a link to its readme or settings under Preferences -> Package Settings -> (name of the packages).

1 Like

#3

Perhaps some of these: https://packagecontrol.io/browse/authors/gerardroche. PHP Completions Kit provides PHP completions.

0 Likes