A Sublime Text 2 library that adds auto-completion capability for WooCommerce 2.4+ functions.
Autocomplete for:
WC version : 2.4
Functions : 289
Actions : 398
Filters : 823
Snippets : 7
Sublime won't autocomplete PHP files when there is no closing ?>
tags , so in "Preferences-->Settings-User" add this snippet:
"auto_complete_selector": "source, text",
Just install via package control (WooCommerce Autocomplete) or clone into your sublime-text-2 package directory.
If you have any suggestion or you want to help, just fork this repository, make your changes and send a pull request. If you can't code, simply open a new issue and we'll do our best to help you!
- Updated for WooCommerce 2.4
- Updated for WooCommerce 2.3
- Added WooCommerce 2.2.0-bleeding functions
- Added WooCommerce 2.2.0-bleeding hooks
- Added some snippets
- Initial Commit
- WooCommerce 2.0 Beta 3 Functions