| vscode-php-filegenGenerate basic content of class/interface/trait files based on the project context. Features
Generate a namespaced class/interface/trait in an empty file based on the project context.Decides what to generate based on the filename
Files starting with "i" get an interface generated (iInterfaceName.php => interface iInterfaceName)Files starting with "t" get a trait generated (tTraitName.php => trait tTraitName)Other files get a class generated (SomeClass.php => class SomeClass) 
 Requirements
your source files must be in the srcdirectoryyour project must be PSR-4 autoloading configured in composer.jsoncurrently, your PSR-4 autoloading for srcmust be the first namespace of autoload.psr-4 in composer.json Extension SettingsNo settings available at this point. Known IssuesQuirky base namespace inference from composer.json. Release NotesRelease nooooooooootesah. 0.1.2Don't add "namespace ;" to files in the root namespace. 0.1.0New setting for composer.json location. 0.0.1Initial release. |  |