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

Complete statement command doesn't work with tuples #52365

Closed
Youssef1313 opened this issue Apr 2, 2021 · 0 comments · Fixed by #52364
Closed

Complete statement command doesn't work with tuples #52365

Youssef1313 opened this issue Apr 2, 2021 · 0 comments · Fixed by #52364
Assignees
Labels
Area-IDE Bug Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented
Milestone

Comments

@Youssef1313
Copy link
Member

public class C
{
    private static (int x, int y) GetOrigin()
    {
        return (0, 0$$)
    }
}

Type ; in place of $$.

Expected behavior:

Caret moves after the close paren.

Actual behavior:

Semicolon is typed where the cursor is

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 2, 2021
@jinujoseph jinujoseph added 4 - In Review A fix for the issue is submitted for review. Bug labels Apr 2, 2021
@jinujoseph jinujoseph added this to the 16.10 milestone Apr 2, 2021
@sharwell sharwell modified the milestones: 16.10, Next Apr 2, 2021
@sharwell sharwell added Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented and removed 4 - In Review A fix for the issue is submitted for review. untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 2, 2021
@dibarbet dibarbet modified the milestones: Next, 16.10.P3 Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Bug Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants