Skip to content

zeroSal/php-sculptor

 
 

Repository files navigation

PHP Sculptor

license release (latest)

PHP code actions provider for Visual Studio Code.

icon

The project icon is a mashup of two of Flaticon icons.

Actions

  • Add PHP __constructor (if it doesn't exist)
  • Add PHP Getter and Setter for property (if both don't exist)
  • Add PHP Getter for property (if it doesn't exist)
  • Add PHP Setter for property (if it doesn't exist)

Credits

This extension is a fork of ganvoa/php-code-actions.