-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Kristofers Ozoliņš edited this page Apr 11, 2025
·
14 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.
Magento Extension is available in the
You can also download a standalone .vsx file from the Releases page
Check out the sidebar menu for information about the available features
- Command - Jump to module
- Decoration - line makers from plugin subject class to plugin class
- Command - command to generate and set up URN catalog
- Definition - PHP class & interface hover info and jump-to-definition in XML files
- Definition - Jump-to-definition for modules in module.xml and routes.xml
- Definition - Jump-to-definition for ACLs
- Definition - Jump-to-definition for templates
- Autocomplete - PHP Class autocomplete in XML files
- Autocomplete - ACL autocomplete in XML files
- Autocomplete - Module autocomplete in XML files
- Autocomplete - Template path 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
- Snippet - code snippets for XML files