dotnet/roslyn

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

Open

#37,142 opened on Jul 11, 2019

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C# (20,414 stars) (4,257 forks)batch import
Area-IDEBughelp wanted

Description

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

Contributor guide

When editing xml comments, backspace, a, spacebar causes <see langword="abstract"/> to appear · dotnet/roslyn#37142 | Good First Issue