Skip to content

Instantly share code, notes, and snippets.

@versedi
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save versedi/61d09c4235222cb2178c to your computer and use it in GitHub Desktop.
Save versedi/61d09c4235222cb2178c to your computer and use it in GitHub Desktop.
Magento Netbeans Macro / Code Templates

Macro

Translate *.phtml

cut-to-clipboard "<?php echo $this->__('" paste-from-clipboard "') ?>"

Echo string *.phtml

cut-to-clipboard "<?php echo " paste-from-clipboard " ?>"

Comment block .phtml

cut-to-clipboard "<?php /*" paste-from-clipboard "*/ ?>" 

Zend Debug

cut-to-clipboard "Zend_Debug::dump(" paste-from-clipboard ", 'debug');"

Code Templates

$this[tab] *.phtml

<?php echo $this->__('') ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment