dotnet/roslyn

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

Offen

#37.142 geöffnet am 11.07.2019

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (4.257 Forks)batch import
Area-IDEBughelp wanted

Repository-Metriken

Stars
 (20.414 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 17h) (256 gemergte PRs in 30 T)

Beschreibung

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