Area-IDEBughelp wanted
仓库指标
- 星标
- (20,414 个星标)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 256 个 PR)
描述
Version Used: 15.3 Preview 4
Steps to Reproduce:
- Open a file with an existing method, which also has an import to
System.Threading - In the method, start to declare a local variable by typing
CancellationToken c
Expected Behavior:
cancellationToken is the suggested name (soft selection).
Actual Behavior:
cancellation is the suggested name (soft selection).