PhpDoc
PhpDoc copied to clipboard
PhpDoc support package.
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...
As per above?
I'd like to be able to use these shortcuts in CSS and JavaScript files too. How can I do this?