No plans for Windows support
Padawan.sublime is a Sublime Text 3 plugin for padawan.php server , a smart PHP code completion server for Composer projects.
This plugin includes:
- Completion
- Commands for index generation and index saving
- Commands for starting, stopping and restarting the server
- Make sure you've installed padawan.php server
- Install this plugin via Package control
or clone this repo to
/path/to/your/sublime-text-3/Packages/
Click the image below to watch a short video on what Padawan.sublime can already do.
Padawan.php requires PHP 5.5+
To get smart autocompletion all you need to do is the following easy steps:
- Open your php composer project
- Run the
Padawan: Generate Index
from the command palette - Run the
Padawan: Start Server
from the command palette after index generation has stopped - Enjoy smart completion
You can extend Padawan.php by installing plugins. See Plugins List for more info.
Use Padawan: Add plugin
and type plugin name, for example mkusher/padawan-di
Use Padawan: Remove plugin
and choose one of the installed plugin from
the list.