Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.05 KB

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.