PHP Completions Kit
PHP completions for Sublime Text.
Details
Installs
- Total 105K
- Win 67K
- Mac 17K
- Linux 21K
Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 3 | 2 | 3 | 3 | 2 | 2 | 5 | 3 | 4 | 5 | 4 | 0 | 4 | 2 | 3 | 4 | 5 | 4 | 3 | 7 | 3 | 13 | 4 | 0 | 3 | 5 | 3 | 2 | 2 | 6 | 6 | 1 | 6 | 1 | 1 | 6 | 2 | 3 | 0 | 3 | 0 | 3 | 5 | 7 |
Mac | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 2 | 0 | 1 | 2 | 1 | 0 | 1 | 0 | 0 |
Linux | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 2 | 1 | 2 | 1 | 0 | 0 | 4 | 0 | 1 | 0 | 1 | 2 | 2 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 2 | 0 | 1 | 0 |
Readme
- Source
- raw.githubusercontent.com
PHP Completions Kit
PHP completions for Sublime Text.
✨ Features
- 🔥 PHP
>= 8.2
- ⚡ Scoped to minimise auto-complete noise.
- 🚀 Language constructs, methods, constants, functions, type hints including classes, interfaces, and exceptions.
- 📦 Supported extensions:
bcmath
,bz2
,calendar
,Core
,ctype
,curl
,date
,dom
,ereg
,exif
,fileinfo
,filter
,ftp
,gd
,gettext
,hash
,iconv
,intl
,json
,libxml
,mbstring
,mhash
,mysql
,mysqli
,mysqlnd
,openssl
,pcntl
,pcre
,PDO
,pdo_mysql
,pdo_sqlite
,Phar
,posix
,readline
,Reflection
,session
,shmop
,SimpleXML
,soap
,sockets
,SPL
,sqlite3
,standard
,sysvmsg
,sysvsem
,sysvshm
,tidy
,tokenizer
,wddx
,xdebug
,xml
,xmlreader
,xmlrpc
,xmlwriter
,xsl
,Zend
,OPcache
,zip
,zlib
Installation
Package Control installation
The preferred method of installation is Package Control.
Manual installation
Close Sublime Text, then download or clone this repository to a directory named PHP Completions Kit
in the Sublime Text Packages directory for your platform:
- Linux:
git clone https://github.com/gerardroche/sublime-phpck.git ~/.config/sublime-text-3/Packages/PHP Completions Kit
- OSX:
git clone https://github.com/gerardroche/sublime-phpck.git ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/PHP Completions Kit
- Windows:
git clone https://github.com/gerardroche/sublime-phpck.git %APPDATA%\Sublime/ Text/ 3/Packages/PHP Completions Kit
Usage
OS X | Windows | Linux | Description |
---|---|---|---|
Ctrl+Space |
Ctrl+Space |
Alt+/ |
Activate completions |
Settings
Setting | Default | Description |
---|---|---|
auto_complete |
true |
Enable auto complete to be triggered automatically when typing. |
auto_complete_commit_on_tab |
false |
By default, auto complete will commit the current completion on enter. This setting can be used to make it complete on tab instead. Completing on tab is generally a superior option, as it removes ambiguity between committing the completion and inserting a newline. |
auto_complete_with_fields |
false |
Controls if auto complete is shown when snippet fields are active. Only relevant if auto_complete_commit_on_tab is true. |
Menu → Preferences → Settings:
{
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true
}
Changelog
See CHANGELOG.md.
License
Released under the GPL-3.0-or-later License.