ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Word​Press

by purplefish32 ALL

sublime text 2 wordpress package

Details

  • 2018.05.19.17.21.30
  • github.​com
  • github.​com
  • 6 years ago
  • 41 minutes ago
  • 13 years ago

Installs

  • Total 216K
  • Win 145K
  • Mac 51K
  • Linux 20K
Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8
Windows 2 2 1 2 1 1 2 0 5 2 6 2 0 0 1 1 2 0 2 0 1 0 2 2 4 1 4 1 2 4 1 2 0 1 0 1 1 2 1 2 4 2 0 4 3 5
Mac 0 2 1 0 1 0 1 1 1 1 0 1 0 1 1 2 1 1 1 2 1 1 1 1 0 1 0 0 0 1 0 0 0 1 2 1 1 3 0 2 0 1 1 0 0 0
Linux 0 1 0 0 1 0 2 1 0 0 0 0 0 0 1 0 1 0 2 0 2 1 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 1 1 1 0 0 0 1

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.