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?