Skip to content

Sublime Text add on that provides autocomplete for PSR4 compliant PHP classes, and inline docs

License

Notifications You must be signed in to change notification settings

desean1625/CompletePHP

Repository files navigation

CompletePHP

Sublime Text addon that provides autocomplete for PSR4 compliant PHP classes, and inline docs

Source Code License GitHub stars

Sublime version Latest version

Overview

Features

CompletePHP finds vendor classes and builds autocompletes for the methods, and provides inline docs for built-in php functions on mouse over.

Installation

Release to package control is pending.

Until then you must manually install by downloading the zip file.

Windows

Unzip files to %USERPROFILE%\AppData\Roaming\Sublime Text 3\Packages\CompletePHP

Linux

Unzip files to ~/.Sublime Text 3/Packages/CompletePHP

PHP Docs

For inline documentation you must download the PHP Manual and unzip to:

  • Windows: %USERPROFILE%\AppData\Roaming\Sublime Text 3\Packages\CompletePHP\html
  • Linux: ~/.Sublime Text 3/Packages/CompletePHP/html

%USERPROFILE%\AppData\Roaming\Sublime Text 3\Packages\CompletePHP

Contributing

Your issue reports and pull requests are always welcome.

License

Released under the MIT License.

About

Sublime Text add on that provides autocomplete for PSR4 compliant PHP classes, and inline docs

Resources

License

Stars

Watchers

Forks

Packages

No packages published