ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Vv​PHPDollar

by Zhaonan Li ALL

Sublime Text Plugin for a convenient way to insert PHP Dollar.

Details

Installs

  • Total 2K
  • Win 1K
  • Mac 184
  • Linux 251
Sep 6 Sep 5 Sep 4 Sep 3 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
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 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). Choose Package Control: Install Package and then select VvPHPDollar, when the list appears. Package Control will install VvPHPDollar 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"
    ]
}