dotnet/roslyn
Completion in doc comments eats the space when typing "code"
Offen
#61.223 geöffnet am 10.05.2022
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: Version 17.3.0 Preview 2.0 [32509.446.main]
Steps to Reproduce:
- Create a doc comment.
- Type
codein the doc comment. - Hit backspace, which causes the completion window to open.
- Hit
e. - 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.