This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters: | |
level: 1 | |
ignoreErrors: | |
- '#Variable \$this might not be defined#' | |
- '#Variable \$block might not be defined#' | |
- '#^Should not use node with type "Stmt_Echo", please change the code\.$#' | |
banned_code: | |
nodes: | |
# enable detection of eval | |
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This combination of settings will create these buttons to be used while you are working with Magento 2 development on PHPStorm | |
Printscreen: http://prntscr.com/l7n4zc | |
Instructions | |
1) First install BetterTouchTool (https://folivora.ai/) | |
2) Then download this profile https://gist.github.com/igor-imaginemage/b1dc812d9896c0f087c0ceaef838a476, rename the file to Default.bttpreset and import on BetterTouchTool. It should import configurations for PHPStorm. | |
3) The buttons will prompt only on PhpStorm and you should be with PHPStorm terminal opened. | |
It's a first release of this configuration, any contribution is welcome =) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"BTTPresetName" : "Default", | |
"BTTGeneralSettings" : { | |
"disableScrollingIf3" : true, | |
"BTTForceNormalClickPressure5F" : 200, | |
"disableScrollingIf2" : true, | |
"BTTDidRegisterForUpdateStats" : "2.645", | |
"BTTShowControlStrip" : true, | |
"BTTShowControlStripItem" : true, | |
"BTTForceForceClickPressure5F" : 600, |