How to close all function's parenthesis?
Hello,
I would like to to know how the hell I can close ALL the parenthesis of my php classes.
Dunno why but sometimes phpstorm automatically opens all the parenthesis and the scrolling of the projects ger very harder..
请先登录再写评论。
Hello rewrw erw,
Sorry for delay.
Try to use 'Collapse/Expand All' actions - see http://www.jetbrains.com/phpstorm/documentation/PhpStorm_ReferenceCard.pdf
Sometimes such behaviour is caused by the language structure e.g. PHP allows to write nested functions, so every specific case should be considered separetely. Please provide your specific case.
Thank you for feedback!