Area-IDEBughelp wanted
仓库指标
- 星标
- (20,414 个星标)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 256 个 PR)
描述

TL;DR
We believe that all of C#'s trigger characters should probably be considered retrigger characters.
Context
We (@jessetrinity, @sana-ajani, @amcasey and I on the TypeScript team) are trying to tackle the Visual Studio side of https://github.com/Microsoft/TypeScript/issues/1150. We noticed that the most "intuitive" implementation actually results in the undesirable behavior highlighted above. When checking to see what C# does, we saw the same behavior. Rather than diverging, we wanted to consult with Roslyn first to verify whether this is a bug.
Details
Version Used: Latest
Steps to Reproduce:
- Write a method
Fooaccepting a string - Trigger signature help session within a string literal being passed to
Foo - Enter a comma character within the string (
,)
Expected Behavior:
Signature help remains
Actual Behavior:
Signature help is dismissed