Skip to content

Fix signatureHelp bug that has existed in Solargraph since version 0.54.1:#1185

Open
meilinxiaoxue wants to merge 1 commit intocastwide:masterfrom
meilinxiaoxue:fix/signatureHelp_fix
Open

Fix signatureHelp bug that has existed in Solargraph since version 0.54.1:#1185
meilinxiaoxue wants to merge 1 commit intocastwide:masterfrom
meilinxiaoxue:fix/signatureHelp_fix

Conversation

@meilinxiaoxue
Copy link
Copy Markdown

When autocompleting a function and typing a parenthesis triggers signatureHelp, the feature fails (no signatureHelp is shown) because the parenthesis is not closed.

for example:
In gvim ,use solargraph via coc-nvim and coc-solargraph("^"represent cursor location):
foo(^ //no signature help shows
foo(^) //signature shows

After the fix, signatureHelp should be displayed even when the parenthesis is not closed.

When autocompleting a function and typing a parenthesis triggers signatureHelp, the feature fails (no signatureHelp is shown) because the parenthesis is not closed. After the fix, signatureHelp should be displayed even when the parenthesis is not closed.
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

Successfully merging this pull request may close these issues.

1 participant