vscode-php-getters-setters icon indicating copy to clipboard operation
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

Results 30 vscode-php-getters-setters issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/10919865/50975001-c4512380-14ec-11e9-9b13-774bd37cc09a.png) 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]...

dependencies

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...

dependencies

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...