-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Kristofers Ozoliņš edited this page Feb 28, 2025
·
5 revisions
The Magento Toolbox extension aims to enhance Magento and Adobe Commerce development in VS Code by providing code definitions, code generation, autocomplete, and other features.
Our goal is to provide the same features as the Magento2 community plugin for PHPStorm, and even go beyond that.
Check out the sidebar menu for information about the available features
- Decoration - line makers from plugin subject class to plugin class
- Command - command to generate and set up URN catalog
- Autocomplete - PHP Class and method autocomplete in XML files
- Autocomplete - Parent menu item autocomplete and definitions in menu.xml
- Context command - Copy Magento path for JS, PHTML, CSS and Image files
- Command - generator for new Module
- Command - generator for new Plugin
- Command - generator for new Preference
- Command - generator for new Observer
- Command - generator for new Block
- Command - generator for new ViewModel
- Command - generator for new GraphQL Resolver
- Command - generator for new CLI command
- Command - generator for new CRON job
- Command - generator for new CRON group
- Command - generator for new Controller
- Command - generator for new CRON job
- Command - command for overriding a view file
- Command - generator for new UI Component Grid
- Command - generator for new Entity (CRUD)
- Command - generator for new Email template
- Command - generator for new Web API endpoint
- Command - generator for new sample layout.xml file
- Command - generator for new sample page_types.xml file
- Command - generator for new sample crontab.xml file
- Command - generator for new sample email_templates.xml file
- Command - generator for new sample sections.xml file
- Command - generator for new sample fieldset.xml file
- Command - generator for new sample view.xml file
- Command - generator for new sample indexer.xml file
- Command - generator for new sample mview.xml file
- Command - generator for new sample widget.xml file
- Command - generator for new sample extension_attributes.xml file
- Command - generator for new sample system.xml file
- Command - generator for new sample config.xml file
- Command - generator for new sample webapi.xml file
- Command - generator for new sample di.xml file
- Command - generator for new sample acl.xml file
- Command - generator for new sample routes.xml file
- Command - generator for new Data patch with customer EAV attribute
- Command - generator for new Data patch with category EAV attribute
- Command - generator for new Data patch with product EAV attribute
- Command - generator for new Data patch
- Code lens - generator for new Observer