vscode-php-getters-setters icon indicating copy to clipboard operation
vscode-php-getters-setters copied to clipboard

it's not working!!!

Open elmahdi-souilmi opened this issue 5 years ago • 5 comments

Command 'Insert PHP Getter & Setter' resulted in an error (command 'phpGettersSetters.insertGetterAndSetter' not found)

elmahdi-souilmi avatar May 20 '20 16:05 elmahdi-souilmi

You have to create getter.js and setter.js. Read read.me

droutin avatar Jun 29 '20 21:06 droutin

I created the files as per readme, but still get the same error

smarques avatar Jun 30 '20 11:06 smarques

After any change in getter.js / setter.js you need to reload vscode

iamDreamcode avatar Aug 13 '20 11:08 iamDreamcode

im on windows (10), created the folder + the files, reloaded vs code and it works like a charm

itayalon avatar Jan 21 '21 14:01 itayalon

works for me on linux when I create the getter/setter files ~/.config/Code/User/phpGettersSetters/

floodedcodeboy avatar Apr 27 '22 15:04 floodedcodeboy