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

Signature help points one parameter behind #617

Open
T1mL3arn opened this issue Dec 20, 2023 · 2 comments
Open

Signature help points one parameter behind #617

T1mL3arn opened this issue Dec 20, 2023 · 2 comments

Comments

@T1mL3arn
Copy link

Sometimes when you type fast (fast means faster than vscode processes it) it feels like signature completion points one parameter behind.
Video to show the problem

one.parameter.behind.mp4

Looks like the next parameter is shown only when a non-empty char is typed. Could it be changed to highlight the next parameter just after the coma char?

@AlexHaxe
Copy link
Member

current workaround: use "editor.autoClosingBrackets":"never"

@kLabz
Copy link
Contributor

kLabz commented Dec 20, 2023

Just to add: this isn't 100% due to that settings (and other editors' equivalent), as it also reproduces when editing code inside parenthesis (as in hasArguments(|))

Repro both OK and NOK behaviors on nvim with auto closing off:
Recording 2023-12-20 at 13 36 25

Not sure yet if Haxe LSP or Haxe compiler issue.

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

No branches or pull requests

3 participants