Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Snippets written in JShell can be redefined and tested, even against a running code. When prototype is ready, it can be saved to a regular java source file and integrated with the project.


PHP

 

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

PHP 7.1 Support

 

  • Class constant visibility

Image Added

Image Added

 

  • Multi catch exception handling

Image Added

 

  • Nullable types

Image Added

 

  • Support for keys in list()

Image Added

 

  • Coloring for new keywords(void, iterable)

Image Added

 

  • PHP version in Project Properties dialog

Image Added

PHP 7.0 Support

 

  • Context sensitive lexer

Image Added

Editor

 

  • Hint for void return types