dotnet/roslyn

Completion in doc comments eats the space when typing "code"

オープン

#61,223 opened on 2022/05/10

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)C# (4,257 件のフォーク)batch import
Area-IDEBughelp wanted

Repository metrics

Stars
 (20,414 個のスター)
PR merge metrics
 (平均マージ 6d 17h) (30d で 256 merged PRs)

説明

Version Used: Version 17.3.0 Preview 2.0 [32509.446.main]

Steps to Reproduce:

  1. Create a doc comment.
  2. Type code in the doc comment.
  3. Hit backspace, which causes the completion window to open.
  4. Hit e.
  5. Hit space.

Expected Behavior:

Completion window is dismissed and the space is inserted.

Actual Behavior:

Completion window is dismissed and the space is not inserted.

コントリビューターガイド