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

C# Interactive code completion gets broken after a broken code was input #65191

Open
vsfeedback opened this issue Nov 2, 2022 · 1 comment
Open
Assignees
Milestone

Comments

@vsfeedback
Copy link

vsfeedback commented Nov 2, 2022

This issue has been moved from a ticket on Developer Community.


Reproduction:

  1. Open the C# Interactive Window
  2. Type Write() (an incorrect invocation to Console.Write, the parameter for that method overloads is missing)
  3. In the subsequent submissions, neither syntax highlight or code completion will work correctly
    • In the following screenshot, WriteLine("Hello world") was a correct statement, but it was marked error.
    • We type Wr and code completion no longer provides symbol candidates

This issue occurred after I upgraded to 17.4 preview 2.1.

image


Original Comments

Feedback Bot on 9/28/2022, 08:26 PM:

(private comment, text removed)

Feedback Bot on 9/29/2022, 01:33 PM:

(private comment, text removed)

WMJ on 11/1/2022, 11:37 PM:

(private comment, text removed)


Original Solutions

(no solutions)

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Interactive untriaged Issues and PRs which have not yet been triaged by a lead labels Nov 2, 2022
@arkalyanms arkalyanms added Bug and removed untriaged Issues and PRs which have not yet been triaged by a lead labels Nov 11, 2022
@arkalyanms arkalyanms added this to the Backlog milestone Nov 11, 2022
@tmat
Copy link
Member

tmat commented Nov 11, 2022

@genlu

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

No branches or pull requests

3 participants