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 Removed

Image Removed

 

  • Multi catch exception handling

Image Removed

 

  • Nullable types

Image Removed

 

  • Support for keys in list()

Image Removed

 

  • Coloring for new keywords(void, iterable)

Image Removed

 

  • PHP version in Project Properties dialog

Image Removed

PHP 7.0 Support

 

  • Context sensitive lexer

Image Removed

Editor

 

  • Hint for void return types

Image Removed

 

  • Hint for incorrect non-abstract methods

Image Removed

 

  • 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.

Image Removed

 

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

Image Removed

Image Removed

 

  • Code folding for arrays

Image Removed

Image Removed

Twig

 

  • Autocompletion for delimiters, brackets, and quotes

Image Removed

Image Removed

Java Profiler

Profiler Results Improvements

...