You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

PHP

 

All the PHP support for NetBeans 9 was contributed by our NetBeans user Junichi Yamamoto.

PHP 7.1 Support

 

  • Class constant visibility


 

  • Multi catch exception handling


 

  • Nullable types

 

  • Support for keys in list()

 

  • Coloring for new keywords(void, iterable)

 

  • PHP version in Project Properties dialog


PHP 7.0 Support

 

  • Context sensitive lexer

Editor

 

  • Hint for void return types

 

  • Hint for incorrect non-abstract methods

 

  • Suggestion for the strict types declaration. It is suggested when the caret is on the line which contains "<?php" and the file doesn't have the declaration.

 

  • Lowercase code completion for TRUE, FALSE, and NULL constants. Enabled by default.

 

  • Code folding for arrays


Twig

 

  • Autocompletion for delimiters, brackets, and quotes



  • No labels