VvPHPDollar
Sublime Text Plugin for a convenient way to insert PHP Dollar.
Details
Installs
- Total 2K
- Win 1K
- Mac 183
- Linux 248
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 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 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 |
Mac | 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 |
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
VvPhpDollar
Sublime Text Plugin for a convenient way to insert PHP Dollar.
Compatibility
- Sublime Text 2
- Sublime Text 3
Installation
- Install Package Control. Once installed, fire up the Command Palette (
Command-Shift-P
on OS X,Ctrl-Shift-P
on Linux/Windows). ChoosePackage Control: Install Package
and then selectVvPHPDollar
, when the list appears. Package Control will installVvPHPDollar
and keep it be last version automatically . - Download plugin's zip file from here Github to your local laptop. Once downloaded, put unzip it, then open your
Sublime Text 2 or 3
, open your menu:Preferences
–>Browse Packages...
, then put the unzip folder into this folder.
Usage
- When you edit the file(i.e.
PHP
), when you need to put a$
sign, you just need to input placeholder(i.e.vv
, note: here is a space aftervv
), the plugin will replace this placeholder by PHP Dollar$
sign.
Customize
Edit VvPhpDollar.sublime-settings file
* For placeholder, edit vv_sign
field.
* For syntax, edit syntax_list
field.
{
"vv_sign":"vv ",
"syntax_list":[
"PHP"
]
}