PhpArrayConverter
🐘 A Sublime Text 3 / 4 package which converts PHP array syntax.
Details
Installs
- Total 4K
- Win 2K
- Mac 602
- Linux 559
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 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 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 | 1 | 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 | 0 |
Readme
- Source
- raw.githubusercontent.com
SublimePhpArrayConverter
A Sublime Text 3 / 4 package which converts PHP array syntax to brackets.
Dependencies
This package needs php
command to work.
Installation
Option 1: Install via “Package Control” (recommended)
- Ensure you have Package Control installed. See https://packagecontrol.io/installation .
- Install the package with Package Control. Open up the command palette (ctrl/cmd + shift + p), execute the following command:
Package Control: Install Package
, then enterPhpArrayConverter
.
Option 2: Download manually
- Download the zip file: https://github.com/gh640/SublimePhpArrayConverter/archive/master.zip
- Unzip the archive, rename the 'SublimePhpArrayConverter' folder to 'PhpArrayConverter' and move it into your Sublime Text 'Packages' directory.
Usage
Commands
You can run the conversion from the command palette.
- Open the command palette (ctrl/cmd + shift + p).
- Select
PhpArrayConverter: Convert array
.
If you are selecting a part of text when running the command, only arrays in it are targeted. If there's no text selected, all arrays in the active file will be converted.
Settings
The default settings are set as below.
{
"auto_convert_on_save": false,
"path": ""
}
These values can be overwritten through Preferences
- Package settings
- PhpArrayConverter
- Settings - User
.
auto_convert_on_save
is a setting to turn on/off the auto conversion function. The default value isfalse
and the auto conversion function is disabled. If you want to enable the auto conversion, set this totrue
in your setting file.path
is a value which is converted to the environment variable$PATH
whenphp
command to tokenize the php code is run. Change this value to specify whichphp
should be used in your environment.
Links
ComposerPackageInfo
: A Sublime Text 3 package which shows Composer packages information in a popup.
License
Licensed under the MIT license.