Skip to content

Commit

Permalink
Merge pull request #19 from tinect/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
shyim authored Sep 30, 2021
2 parents ae683d8 + e605410 commit f2158e3
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,22 @@ Shopware 6 Toolbox is a helper plugin for Shopware 6 development. It adds some l
Current features:

- Lot of live templates for developing. Use STRG + J to see all live templates of current scope
- A config.xml creator
- A Vue.js Admin component generator
- Admin / Frontend Snippet autocompletion
- Admin component autocomplete
- Autocomplete for seoUrl, sw_include and sw_extends
- Generators:
- Vue.js Admin component
- config.xml
- `Extend this block` in Storefront with auto file creation
- Vue module
- Scheduled task
- Changelog
- Inspection to show an error when abstract class is used incorrectly in the constructor
- Autocompletion for:
- Admin component
- Snippets in Administration and Storefront
- Storefront functions theme_config, config, seoUrl, sw_include and sw_extends
- Repositories at `this.repositoryFactory.create`
- `Module.register` labels
- Show only admin component autocompletion when the twig file is next to an index.js
- Feature flag
<!-- Plugin description end -->

## Installation
Expand All @@ -29,4 +40,3 @@ Current features:
Download the [latest release](https://github.com/shyim/shopware6-phpstorm-plugin/releases/latest) and install it manually using
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>


0 comments on commit f2158e3

Please sign in to comment.