dotnet/roslyn

When editing xml comments, backspace, a, spacebar causes <see langword="abstract"/> to appear

开放

#37,142 创建于 2019年7月11日

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

仓库指标

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

描述

Version Used: Vs 16.1.3

Steps to Reproduce:

badXmlIntellisense

Make sure 'tools -> options -> Text Editor -> C# -> Intellisense -> Show Completion List after a character is deleted' is on

In an xml doc comment type a letter, backspace, type 'a' press 'spacebar'

Expected Behavior: 'a ' appears on the screen

Actual Behavior: '<see langword="abstract"/> ' appears on the screen

贡献者指南