-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
4 - In ReviewA fix for the issue is submitted for review.A fix for the issue is submitted for review.Area-IDEBugFeature - Simple ProgramsTop-level statementsTop-level statementsIDE-IntelliSenseCompletion, Signature Help, Quick InfoCompletion, Signature Help, Quick InfoRegression
Milestone
Description
Version Used: 16.7-preview3.1
Steps to Reproduce:
- In class, create method with CancellationToken parameter and name
cancellationToken - Next, create another method also with CancellationToken, observe suggested name


Expected Behavior:
IDE should suggest cancellationToken parameter name
IDE should not add suffix number to parameter name. suffix should be added only if we are using same type in same method.
Actual Behavior:
IDE suggests cancellationToken1 parameter name.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
4 - In ReviewA fix for the issue is submitted for review.A fix for the issue is submitted for review.Area-IDEBugFeature - Simple ProgramsTop-level statementsTop-level statementsIDE-IntelliSenseCompletion, Signature Help, Quick InfoCompletion, Signature Help, Quick InfoRegression