Autocomplete with > after inserting signal - on object

Asked

Viewed 20 times

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?

1 answer

1


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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.