Show closing braces Permanently deleted user 创建于 2015年03月23日 05:11 Hello guys, how do i highlight the closing braces, or tags (in case of html)?i've used to use notepad++ and this function comes with it... but i think i have to turn something on on phpstorm right?ty
You can use 'Move caret to code block end/start' (Ctrl+]/Ctrl+[) actions to highligh/jump to braces/tags. But note that this doesn't work for HTML in PHP files - see http://youtrack.jetbrains.com/issue/WI-20474