WordPress
sublime text 2 wordpress package
Details
Installs
- Total 216K
- Win 145K
- Mac 51K
- Linux 20K
Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 2 | 0 | 0 | 3 | 4 | 0 | 0 | 1 | 1 | 0 | 2 | 2 | 5 | 2 | 3 | 4 | 4 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 3 | 1 | 1 | 2 | 2 | 1 | 3 | 2 | 2 | 1 | 1 | 1 | 2 | 0 | 1 | 4 | 5 | 1 | 0 | 1 |
Mac | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 1 | 0 | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime Text 3 WordPress Package
Sublime Text 3 WordPress Package is a collection of WordPress snippets and autocompletions for Sublime Text 2 or 3
Features
Autocomplete for:
WP version : 4.8.1
Functions : 2909
Hooks : 2045
Constants/Classes : 866
Notes
Deprecated functions (219) have been removed
The first “tab” deletes all parameters instead of having to tab through each one:
- First Tab–>Select all parameters
- Each Tab Thereafter–>Selects each individual parameter or block
Snippets
Some updated snippets use the same name as the function, the autocomplete will show an “ALL Options” selection. For example to
register a custom post type you would write register_post...
. Please review the snippets <tabTrigger>
to see how to call the rest.
Special thanks for updated scraping:
Original TextMate author : Gipetto
Original scraper : @ericandrewlewis
Scraper :@wycks
Latest scraper :@jtsternberg
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 (WordPress) or clone into your sublime-text-3 package directory.