This extension aim to make vscode the best IDE for Magento 2 development by adding the most time saving features.
Features
Automatic module creation
When you create a new valid extension folder in the app/code folder, the extension will automatically create the necessary files with the default content.
Default content for new files
When you create a new file in the app/code folder, the extension will automatically add the default content for the file type.
The following file types are supported:
registration.php
etc/di.xml
etc/module.xml
Block/**.php
Controller/**.php
Override view file
You can now override a view file in a specific theme by right clicking on the file in the explorer and selecting the MagentoDev: Override in theme option.
TODO List
[x] Automatic module creation when a valid folder is created.
[x] Context menu option in the explorer to override a view file in a specific theme.
[ ] Auto clean cache index when needed. (like magento cache clean)