PhpDoc icon indicating copy to clipboard operation
PhpDoc copied to clipboard

PhpDoc support package.

Results 7 PhpDoc issues
Sort by recently updated
recently updated
newest added

Is there any plan to make this plugins compatible with Sublime Text 3?

Hi. My SublimeLinter phpcs say: "There must be exactly one blank line before the tags in a doc comment". ### Have: ``` /** * Permissions for Editor users. * @return...

Hey there, if I have such a function: ``` public function testFunction($val = '{}') { # code } ``` Then the auto complete after the `/**` won't work anymore, while...

Hi there, thanks for this plugin!!! I'm wondering if i could put some custom '@' at the default /** for example, when i type /** the plugin puts the @params...

The @used-by and @api tags are not recognized by the plugin. And hence doesn't turn red. And I am new to open source so if it's not too much trouble...

I'd like to be able to use these shortcuts in CSS and JavaScript files too. How can I do this?