dotnet/roslyn

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

开放

#61,223 创建于 2022年5月10日

 (4 条评论) (0 个反应) (0 位负责人)C# (4,257 个派生)batch import
Area-IDEBughelp wanted

仓库指标

星标
 (20,414 个星标)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

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.

贡献者指南