Geeks for your information

Full Version: NetBeans 10 adds support for latest Java and PHP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote:Apache NetBeans 10, the latest version of the open source IDE for Java SE, PHP, and JavaScript development, is now available as a production release.

What’s new in NetBeans 10

Key to NetBeans 10 is enhanced support for Java Development Kit (JDK) 11 as well as capabilities for PHP and the JUnit 5 testing framework for Java.

For JDK 11, which arrived in September 2018, NetBeans 10.0 supports dynamic class file constants, which broadens expressivity options for language designers and compiler implementors. Other capabilities for JDK 11 include:
  • Local-variable syntax support for lambda parameters, to align the syntax of a formal parameter declaration in an implicitly typed lambda expression with the syntax of a local variable declaration.
  • Code completion for var lambda parameters.
  • Removal of Corba modules.
  • Integration with the nb-javac project to support JDK 11. The project has long provided a patched version of javac Java compiler for the NetBeans Java editor.

For PHP, NetBeans 10 lets developers add trailing commas in function calls under PHP 7.3. Developers also can use the list reference assignment as well as flexible heredoc and nowdoc syntaxes. Its PHP 7.2 support includes trailing commas in list syntax, coloring for object types, and PHP version in project properties. For PHP 7.1, NetBeans 10 adds support for class constant visibility as well as multicache exception handling, nullable types, and coloring for the void and iterable keywords. The context-sensitive lexer from PHP 7.0 is supported as well.

This story, "NetBeans 10 adds support for latest Java and PHP" was originally published by InfoWorld.

Source
NetBeans is a very good IDE, I used it for Java in the past, you can create UI fastly and precisely.