Code completion when using the Complex (curly) syntax

Hello all,

In strings, I often use the "Complex (curly) syntax". However the code completion at that point isn't working on my installation. Is there a reason for this?

So entering this code:

 
$string = "my example"; 
echo "Hello, this {$string} string";


See PHP documentation (scroll down to "Complex (curly) syntax")

0

Hi there,

It still works, just automatic completion popup does not work -- but you can always bring it up manually via Ctrl+Space (Code | Completion | Basic)

http://youtrack.jetbrains.com/issue/WI-8977


screen01.png

0

请先登录再写评论。