Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Release Management 11.1
-
None
-
PHP
Description
When using a PHP file with a class, and all the class functions are collapsed, as soon as a hint appears, everything in the entire file expands.
This bug is years old (2013) and was originally reported here (https://bz.apache.org/netbeans/show_bug.cgi?id=226481). Apparently there is a proposed fix that never got implemented.
class myClass { private function func1() { // Stuff } private function func2() { } private function func3() { } }
When a hint appears when hovering over a function, all functions will expand after being collapsed