Autocomplete with after insert signal - on object

0

I used NetBeans 8.0 and, coding in PHP, after placing the object variable and the minus sign (-), the editor automatically included the > for me.

$myClass = new MyClass();
$myClass- // neste momento, o editor completava o código, ficando da seguinte forma:

$myClass-> // e o editor exibia as opções de métodos e propriedades da classe

After I upgraded to version 8.2, this autocomplete stopped working and I'm not finding the option in the tool's settings.

Does anyone know where I can restore this feature?

    
asked by anonymous 13.12.2016 / 01:26

1 answer

1

I found the PHP Enhancements plugin, which, among other small improvements , does the job perfectly.

    
16.12.2016 / 01:18