You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
VS Code version: 1.26.0
C# Extension version: 16 beta
When completing methods on compiler constants, like:
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.
The text was updated successfully, but these errors were encountered: