Open
Description
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.