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

Function completion gets confused with parameter position when your paramter is a string that contains a comma #8650

Open
mike406 opened this issue Jul 31, 2020 · 0 comments

Comments

@mike406
Copy link

mike406 commented Jul 31, 2020

Description of the Issue

When using the function auto-completion feature, if one of your parameters is a string with a comma in it, Notepad++ thinks that you are starting at the next parameter

Steps to Reproduce the Issue

Example in PHP. When I get to the second parameter and type "Hello," the highlighted parameter in the auto-completion tooltip moves to the third parameter.

mail("johndoe@example.com", "Hello,

image

Expected Behavior

Notepad++ should recognize the text is a string and should not move to the next parameter in the auto-completion tooltip

Actual Behavior

Notepad++ thinks it should highlight the next parameter because it encountered a comma

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants