Skip to content

fovelas/vscode-phpgsc

Repository files navigation

PHP Getter & Setter and Constructor for Visual Studio Code

I was inspired by this feature of IntelliJ.

Demo

Commands

phpgsc allows you to quickly generate constructor, getter and setter methods with commands.

  • phpgsc: Constructor
  • phpgsc: Getter
  • phpgsc: Setter

Usage

Examples of usages:

  • F1 -> phpgsc: Constructor
  • Context Menu -> phpgsc: Constructor

You can access this commands from context menu.

Context Menu