vala-language-server
vala-language-server copied to clipboard
The function signature hint does not disappear
Describe the bug As well as a hint of the signature does not appear again.

Expected behaviour
The hint disappears when the cursor exits the function's brackets.
The hint appears again when you press space + ctrl inside the brackets.
This GIF actually shows two problems:
- signature help remains even after leaving the argument list
- having two parameters where one's name contains the other messes up the calculation of the current parameter
I will create a new issue for the second thing that is shown in your post.
I don't see this issue in Vim or GNOME Builder, so it seems like something specific to VS Code. Yet, VS Code does not have this problem with other language servers.