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

[Bug]: Choosing IntelliSense member for abstract override does not generate corresponding code snippet #72338

Open
just-ero opened this issue Feb 29, 2024 · 0 comments
Assignees
Labels
Area-IDE LSP issues related to the roslyn language server protocol implementation

Comments

@just-ero
Copy link

Version Used

  • Compiler version: 4.10.0-2.24102.11 (b14dc4d)
  • VSCode: 1.87.0, 019f4d1419fbc8219a181fab7892ebccf7ee29a2, x64
  • C# extension: v2.18.16, C# Dev Kit Extension: v1.3.10

Steps to Reproduce

  1. Open or create any C# project in Visual Studio Code.
  2. class Class1 {
        public virtual int Foo { get; }
    }
    
    abstract class Class2 : Class1 { }
  3. Begin adding a new member in Class2 by typing abstract override F in its body.
  4. Confirm the IntelliSense pop-up for Foo.

Expected Behavior

Member public abstract override int Foo { get; } is generated.

Actual Behavior

Nothing happens. The IntelliSense pop-up is dismissed and the code does not change.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Feb 29, 2024
@just-ero just-ero changed the title [Bug]: Choosing member for abstract override does not generate corresponding code snippet [Bug]: Choosing IntelliSense member for abstract override does not generate corresponding code snippet Feb 29, 2024
@Cosifne Cosifne self-assigned this Jul 3, 2024
@Cosifne Cosifne added LSP issues related to the roslyn language server protocol implementation and removed untriaged Issues and PRs which have not yet been triaged by a lead labels Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE LSP issues related to the roslyn language server protocol implementation
Projects
None yet
Development

No branches or pull requests

2 participants