Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.26 KB

File metadata and controls

51 lines (30 loc) · 1.26 KB

WooCommerce Sublime Text 2 Autocompletions

A Sublime Text 2 library that adds auto-completion capability for WooCommerce 2.4+ functions.

Features

Autocomplete for:

WC version : 2.4

Functions          : 289
Actions            : 398
Filters            : 823
Snippets           :   7

Tip

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",

Install instructions

Just install via package control (WooCommerce Autocomplete) or clone into your sublime-text-2 package directory.

Contributing

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!

Changelog

2015-08-11

  • Updated for WooCommerce 2.4

2015-03-09

  • Updated for WooCommerce 2.3

2014-08-21

  • Added WooCommerce 2.2.0-bleeding functions
  • Added WooCommerce 2.2.0-bleeding hooks
  • Added some snippets

2013-01-30

  • Initial Commit
  • WooCommerce 2.0 Beta 3 Functions