Drunken PHP
Sublime Text completions for PHP, right kinda wrong
Details
Installs
- Total 2K
- Win 970
- Mac 242
- Linux 289
| Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Mac | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Drunken PHP for Sublime Text
Description
PHP is often criticized for having an inconsistent syntax and this is exactly what Drunken PHP aims at. It's a set of alternative command completions, including aliases for ill-formed syntax. Read the Aliases section below for examples.
Note: More recent versions of Sublime Text 3 received a much improved fuzzy completion. Nevertheless, I still believe that this package makes for a good companion to your standard PHP completions. However, I'm undecided about the future of this project, it's clearly far from being complete. Should you be interested in helping out, feel free to submit a pull request.
Installation
Package Control
- Make sure you already have Package Control installed
- Choose “Install Package” from the Command Palette (Super+Shift+p)
- Type “Drunken PHP” and press Enter
With auto_upgrade enabled, Package Control will keep all installed packages up-to-date!
Using Git
- Change to your Sublime Text
Packagesdirectory - Clone repository
git clone https://github.com/idleberg/sublime-drunken-php.git 'Drunken PHP'
Manual Installation
Manual installation
- Download the latest ZIP file
- Unzip the archive to your Sublime Text
Packagesdirectory
Usage
As with all completions, type and press Tab to complete the command. Press Tab again to jump to the next parameter, Shift+Tab to jump back. Note there are two jumps available when the parameter defaults to a variable.
Aliases
You can tell apart Drunken PHP from proper syntax from the %-prefix displayed in the command completion window. Aliases have been broken up into the following categories:
Prince Versions
Named after the Prince Emulator in Douglas Coupland's Microserfs, you can substitute any to with the number 2 and vice versa.
Examples:
| PHP | Alias |
|---|---|
bin2hex |
bintohex |
cal_to_jd |
cal2jd |
Spacing
Enables you to type commands with or without spacing. Probably obsolete due to fuzzy completions.
Examples:
| PHP | Alias |
|---|---|
get_html_translation_table |
gethtmltranslationtable |
getimagesizefromstring |
get_image_size_from_string |
Spelling
Corrects common spelling mistakes.
Examples:
| PHP | Alias |
|---|---|
mb_strwidth |
mb_strwidht |
ob_get_length |
ob_get_lenght |
phpversion |
phpverison |
Synonyms
Makes some native syntax more descriptive
Examples:
| PHP | Alias |
|---|---|
asin |
arc_sin (or arcsin) |
asort |
array_sort |
bzcompress |
bzip_compress |
Word Order
The order of noun and verb is reversible
Examples:
| PHP | Alias |
|---|---|
ini_get |
get_ini |
get_class |
class_get |
License
This work is licensed under the The MIT License.