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
  • 2 hours ago
  • 12 years ago

Installs

  • Total 215K
  • Win 144K
  • Mac 51K
  • Linux 20K
Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12
Windows 4 6 1 5 4 1 3 3 1 4 1 8 4 1 2 7 1 0 4 3 3 3 3 4 4 1 4 2 2 4 2 2 1 4 1 2 8 3 4 3 2 4 1 1 5 4
Mac 1 2 0 0 1 0 0 0 0 1 1 0 2 1 0 1 1 0 0 0 1 0 0 0 0 0 2 0 0 0 2 0 1 1 3 0 1 0 0 1 0 1 1 0 1 0
Linux 1 3 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 0 1 1 0 1 1 0 1 0 2 0 0 0 0 4 1 1 0 2 0 1 0 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.