dotnet/roslyn
View on GitHubCompletion in doc comments eats the space when typing "code"
Open
#61,223 opened on May 10, 2022
Area-IDEBughelp wanted
Repository metrics
- Stars
- (20,414 stars)
- PR merge metrics
- (Avg merge 6d 17h) (256 merged PRs in 30d)
Description
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.