Skip to content
Discussion options

You must be logged in to vote

This behavior comes from the language server - it's sending just the toUpperCase and not the parentheses. This is very consistent behavior across language servers from what I've seen. Language servers typically complete paretheses if snippet support is enabled (#5864) because the server can also complete the function/method arguments with snippets.

Completing the parentheses in this case would probably be ok but it would only work for functions/methods with no arguments and it might be awkward if you have functions that can accept different numbers of arguments (for example, providing an optional argument in a language like Elixir).

Also see #2678 which is different but has some overlappi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Proful
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants