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

textDocument/signatureHelp broken if previous string parameter has ( or { #1293

Closed
yyoncho opened this issue Nov 27, 2019 · 3 comments · Fixed by #1302
Closed

textDocument/signatureHelp broken if previous string parameter has ( or { #1293

yyoncho opened this issue Nov 27, 2019 · 3 comments · Fixed by #1302

Comments

@yyoncho
Copy link
Contributor

yyoncho commented Nov 27, 2019

foo ("(", |);

The textDocument/signatureHelp returns empty signature with cursor on |.

@fbricon
Copy link
Contributor

fbricon commented Nov 27, 2019

Can you provide a fully functional test class?

@yyoncho
Copy link
Contributor Author

yyoncho commented Nov 27, 2019


/**
 * Bar
 */
public class Bar {

	public void foo(String p, int x) {
        foo("(", |)
    }
}

@snjeza
Copy link
Contributor

snjeza commented Nov 27, 2019

Related issue - #1290

long num = 10;
assertEquals(num, num);

#1290 (comment)

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

Successfully merging a pull request may close this issue.

3 participants