Skip to content

PhpStorm

See: https://www.jetbrains.com/phpstorm/

Metadata Factory Helper

This repo includes class maps for the core Magento files in .phpstorm.meta.php. To add class maps for installed extensions, you have to install N98-magerun and run command:

n98-magerun.phar dev:ide:phpstorm:meta

You can add additional meta files in this directory to cover your own project files. See PhpStorm advanced metadata for more information.

File-Watcher for SCSS files

  • install SCSS
    npm install -g sass
    
  • open settings CTRL+ALT+S and go to File Watcher
  • change default setting to:
    • Arguments:
      $FileName$:$FileParentDir$/$FileNameWithoutExtension$.css
      
    • Output paths to refresh:
      $FilePare