Show closing braces
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
Please sign in to leave a comment.
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