Skip to content
New issue

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

PHP: Fix autocomplete for exception class when adding exception breakpoint. #6643

Conversation

troizet
Copy link
Collaborator

@troizet troizet commented Oct 31, 2023

A qualified exception class name is required for the exception breakpoint to work correctly. The current implementation of autocomplete completes an unqualified exception class name.

Before:

simplescreenrecorder-2023-10-31_20.35.20.mp4

After:

simplescreenrecorder-2023-10-31_20.36.08.mp4

@neilcsmith-net neilcsmith-net added PHP [ci] enable extra PHP tests (php/php.editor) do not merge Don't merge this PR, it is not ready or just demonstration purposes. labels Oct 31, 2023
@neilcsmith-net neilcsmith-net added this to the NB20 milestone Oct 31, 2023
@neilcsmith-net
Copy link
Member

cc/ @junichi11 this is open against delivery so please could you review both the fix and the choice of branch (NB20 or NB21). Thanks!

Copy link
Member

@junichi11 junichi11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thanks!

@neilcsmith-net neilcsmith-net removed the do not merge Don't merge this PR, it is not ready or just demonstration purposes. label Oct 31, 2023
@neilcsmith-net neilcsmith-net merged commit 5bfd1a1 into apache:delivery Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PHP [ci] enable extra PHP tests (php/php.editor)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants