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

PHP Comment Wrap

Wrap your HTML code in PHP comments

Details

Installs

  • Total 6K
  • Win 4K
  • Mac 749
  • Linux 960
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 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13
Windows 0 0 0 0 0 0 1 1 0 2 0 0 1 1 0 1 1 1 0 0 0 0 0 2 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0
Mac 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 1 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 1 0 0 0 0 0 0 0 0

Readme

Source
bitbucket.​org

Sublime PHP Comment Wrap

A snippet to wrap your HTML code in PHP comments. Very useful for WordPress developers when there's a lot of HTML code in PHP files.

Plugin function is limited to only wrapping the HTML and JS code inside PHP files.

Quickstart

  1. Install Via Package Control PHP Comment Wrap
  2. Select some text.
  3. Use the default key bindings 'ctrl+alt+c' to wrap the selection in php comments
  4. Enjoy!

Installation

via PackageControl

If you have PackageControl installed, you can use it to install the package.

Just type cmd-shift-p/ctrl-shift-p to bring up the command pallete and pick Package Control: Install Package from the dropdown, search and select the package there and you're all set.

Manually

You can clone the repo in your /Packages (Preferences -> Browse Packages…) folder and start using/hacking it.

cd ~/path/to/Packages
git clone https://bitbucket.org/bey0nd_g0dlike/phpcommentwrap PHPCommentWrap

Options

selection_start & selection_end: These options allow you to modify the kind of selection wrapping the plugin will insert.

{
    "keys": ["ctrl+alt+c"],
    "command": "wrap_html_in_php_comment",
    "args": {
        "selection_start": ""
    },
    "context":
    [
        {
            "key": "selector",
            "operator": "equal",
            "operand": "text.html"
        },
        {
            "key": "selector",
            "operator": "not_equal",
            "operand": "source.php"
        }
    ]
}

Issues

This is the first version, so feel free to comment or send requests at: http://bitbucket.org/bey0nd_g0dlike/sublime-text-php-comment-wrap/issues