vscode-php-getters-setters
vscode-php-getters-setters copied to clipboard
PHP getters and setters for Visual Studio Code https://marketplace.visualstudio.com/items?itemName=phproberto.vscode-php-getters-setters
I love your extension but nowadays its boring to use it with doc bloc. I would love you to update finding types from the lines like this -> protective string...
When i try to generate getters and setters i always get the following notification: phpGettersSetters error: No property found. Please select a property to use this extension.  This happens...
The type hinting doesn't seem to work for short doc comments, Short tag example, uses mixed ``` /** @var int */ private $testInt = 0; /** * Set the value...
Command 'Insert PHP Getter & Setter' resulted in an error (command 'phpGettersSetters.insertGetterAndSetter' not found)
rightclick and click on insert getter and setter and nothing happens
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.0 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Fix #30
the extension dosn't work
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...
Currently the plugin isn't parsing single line phpdoc, as it should. ``` /** @var int */ protected $foo; ``` Also, while we're discussing this topic, it might be worth mentioning...