0
I used Netbeans 8.0 and, coding in PHP, after placing the object variable and minus sign (-), the editor automatically included the > sign 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 has stopped working and I am not finding the option in the tool settings.
Does anyone know where I can restore this functionality?