We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apache NetBeans 22
See example below
No response
try{ } catch(throwa){ // code completion here will not offer throwable; same for error }
No / Don't know
Mageia 8 (Linux)
javac 11.0.17
Apache NetBeans binary zip
No
The text was updated successfully, but these errors were encountered:
Reproducible. Thanks.
Sorry, something went wrong.
Add the Error class and the Throwable interface as completion ite…
Error
Throwable
c888712
…ms for exceptions [apacheGH-7594] - apache#7594 - https://www.php.net/manual/en/language.errors.php7.php - https://www.php.net/manual/en/class.error.php - https://www.php.net/manual/en/class.throwable.php Example: ```php <?php try { } catch (Thro^) { // here, ^ is the caret position } ```
f183bd8
89f63f0
…ms for exceptions [apacheGH-7594] - apache#7594 - https://www.php.net/manual/en/language.errors.php7.php - https://www.php.net/manual/en/class.error.php - https://www.php.net/manual/en/class.throwable.php - Check the `Error` class and the `Throwable` interface - Add unit tests Example: ```php <?php try { } catch (Thro^) { // here, ^ is the caret position } ```
Merge pull request #7599 from junichi11/php-gh-7594-cc-throwable-error
b1a4514
Add the `Error` class and the `Throwable` interface as completion items for exceptions [GH-7594]
junichi11
Successfully merging a pull request may close this issue.
Apache NetBeans version
Apache NetBeans 22
What happened
See example below
Language / Project Type / NetBeans Component
No response
How to reproduce
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
The text was updated successfully, but these errors were encountered: