Skip to content

Conversation

@rochala
Copy link
Contributor

@rochala rochala commented May 5, 2022

Fixes #14661

Previously signatureHelp allowed us to trigger doTh${m1}ing(List(1,2,3)) which is not wanted.
The problem was caused by incorrect path pass by not checking if closest path
contains given position in whole tree instead of its parameters. Now it's kinda fixed but will need
changes in tools which used this function to properly show signatureHelp.

It will require changes in tooling which uses helpSignatures to properly drop arguments.

@rochala rochala requested a review from tgodzik May 5, 2022 16:27
Copy link
Contributor

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

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

LGTM!

@rochala rochala merged commit 9817323 into scala:main May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants