I was reading about Java 9 new features, modules and changes. So far so good.
Will Java 9 introduce a standard for code folding?
Something similar to #region
in VisualStudio or NetBeans' code folding comments.
[-] // <editor-fold desc="Some description here">
| public void method() {
| doSomething();
| }
_ // </editor-fold>
If not, why?