apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.62k stars 840 forks source link

[PHP] Code completion within catch(...) does not offer "throwable" or "error" #7594

Closed NReib closed 1 month ago

NReib commented 1 month ago

Apache NetBeans version

Apache NetBeans 22

What happened

See example below

Language / Project Type / NetBeans Component

No response

How to reproduce

try{

} catch(throwa){ // code completion here will not offer throwable; same for error

}

Did this work correctly in an earlier version?

No / Don't know

Operating System

Mageia 8 (Linux)

JDK

javac 11.0.17

Apache NetBeans packaging

Apache NetBeans binary zip

Anything else

No response

Are you willing to submit a pull request?

No

junichi11 commented 1 month ago

Reproducible. Thanks.