Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 685 Bytes

utils-jetbrains.md

File metadata and controls

22 lines (14 loc) · 685 Bytes

PHPSTOM / WEBSTOM / INTELLIJ / ANDROID STUDIO

SHORTCUT (FOR WINDOWS)

https://resources.jetbrains.com/storage/products/phpstorm/docs/PhpStorm_ReferenceCard.pdf

push and commit : CTRL + K + ALT + P / ENTER / ALT P

PLUGINS

FILE AND CODE TEMPLATE (Apache Velocity)

https://www.jetbrains.com/help/idea/settings-file-and-code-templates.html https://www.jetbrains.com/help/idea/edit-template-variables-dialog.html

escape dollar sign in file template ${DS}

set custom variable #set($myMethod = $NAME.substring(0,1).toLowerCase() + $NAME.substring(1))