With PHP plugins I can't even do bracket matching

Answered

I have two PHP plugins installed (PHP 221.5080.224 and PHP Annotations 8.2.0).  When I open a PHP file I can't even do bracket matching.

Is there something else I need to do to get these plugins to work?

 

 

0
4 comments

May you share a screenshot? 

What do you mean by bracket matching? Highlighting of the paired brackets? 

In most of the cases, only PHP plugin is needed:

0

 

I should be able to move between opening and closing brackets with ctrl-] and ctrl-[, but nothing happens when I do that.  There seems to be no php functionality from these plugins.

 

0

Ctrl+[ / Ctrl+] is assigned to "Move Caret to Code block start" action by default. 

It does not move to/from array initialization start, or to/from paired brackets. It moves the cursor to the function's end/start. See this gif: 

0

Use "Move Caret to Matching Brace" for navigating within braces. See

0

Please sign in to leave a comment.