Page 1 of 1

Code completition

PostPosted: December 22nd, 2018, 7:20 pm
by joaomfrebelo
For class methods the code completion is not putting the braces at the end of method call, like this:

class foo
{
public function bar()
{
}

}

$foo = new foo();
$foo->bar <----- is not putting the braces

The code completion is completing like above and doesn't show any error or warning, and i have to put the brace manually.

Is there any option to the autocompletition to complete the methods with the braces and not like it was properties?

$foo->bar();

Re: Code completition

PostPosted: January 2nd, 2019, 1:01 pm
by maros.beno
Hi,
thank you for pointing this out. Currently there is no option for this, but it would be a nice feature and we will look into it.

Thanks again and have a nice day.