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# snippets don't work if LSP Roslyn editor is enabled #73428

Open
alexgav opened this issue May 10, 2024 · 0 comments
Open

C# snippets don't work if LSP Roslyn editor is enabled #73428

alexgav opened this issue May 10, 2024 · 0 comments
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead

Comments

@alexgav
Copy link

alexgav commented May 10, 2024

Version Used: Version 17.11.0 Preview 2.0 [34909.95.main]

Steps to Reproduce:

  1. Enable LSP Roslyn via Preview Features (internal builds only)
  2. Restart VS (for step 1 setting to take effect)
  3. Create a C# console application
  4. At the end of Program.cs, type in "wh" so completion list with "while" snippet appears

image

  1. Try to complete while snippet (Enter or Tab)

Actual Behavior:
Snippet is not expanded, you end up with "wh" in the editor

image

Expected Behavior:

"while" loop snippet is inserted
VS14165741.Roslyn.AlwaysActivateInProcLanguageClient.2.OMHR.zip

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

No branches or pull requests

1 participant