Skip to content

Parameter hinting still coming when the cursor is outside parenthesis. #721

Open
@Nainabhandari8

Description

@Nainabhandari8

NOTE:
-Download brackets from brackets.io page.
-Install PHP7 as LSP features like diagnostic problem, find references, find symbols, jump to definition, code hints, parameter hints are only supported in PHP7.

Steps to reproduce:
Step 1: Launch Brackets, open any php file.
Step 2: Call any function and invoke parameter hints. (here, cursor is in between parenthesis, parameter hints will invoke when we type "(" after function name)
Step 3: Move cursor outside parenthesis but pressing right arrow key and observe the behavior.

Actual Result:
Parameter hints are still visible.

Expected Result:
Parameter hints should not be shown when cursor is outside the parenthesis.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions