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

Missing code signature when invoking methods on compiler constants #2495

Closed
SirIntruder opened this issue Sep 6, 2018 · 1 comment
Closed
Labels

Comments

@SirIntruder
Copy link

SirIntruder commented Sep 6, 2018

VS Code version: 1.26.0
C# Extension version: 16 beta

When completing methods on compiler constants, like:

var x1 = 3.ToString("X"); 
var x2 = "foo".IndexOf('o');

VSCode never displays signature help. IndexOf/ToString() are displayed in auto complete list, but once typed, signature help is not shown when pressing ctrl+shift+space inside argument parens.

If 3 or "foo" are assigned to variables, everything works as expected.

2018-09-06_17-13-54
2018-09-06_17-16-38

@SirIntruder
Copy link
Author

PR with the fix is merged into omnisharp, issue can be closed.

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

No branches or pull requests

2 participants