Advanced Magento 2 AutoSuggestion extension for Visual Studio Code.
Features
AutoSuggests a list of Magento's core class namespaces.
AutoSuggests a list of class functions whose object is injected in constructor.
Boilerplates available for basic xml and php functionalities, can be invoked by using prefix '!wk'.
One can create basic module files (module.xml and registration.php), helper, controller, shipping method and payment method files using command palette.
One can also update the namespaces for newly created files.
Event name will show in suggestion in events.xml file.
Table, columns and constraints will be autocompleted in db_schema.xml
Groups, sections, fields, validations, etc., will be autosuggested in system.xml.
Tags (like block, referenceBlock, containers, arguments, action, etc.) will be autosuggested and basic functionalities (like Template Overriding) will be autocompleted in layout files.
Requirements
Magento root folder should be opened in the workspace.
User Guide
For extension's working process, follow user guide.