Fix All in Scope doesn't work in Xcode 9

Originator:arkadiusz.holko
Number:rdar://34480548 Date Originated:17-Sep-2017 12:13 PM
Status:Duplicate of 32432839 (Open) Resolved:
Product:Developer Tools Product Version:Xcode 9.0 GM
Classification:Other Bug Reproducible:Always
 
Summary:
Fix All in Scope doesn’t seem to ever work in Xcode 9. It worked fine in Xcode 8.

Steps to Reproduce:
Simplest steps to reproduce I could find:

1. Create a new playground.
2. Type:
  let a = 1
  let b = aa + 1
3. Wait for the compiler to catch up and show “Use of unresolved identifier ‘aa’” hint.
4. Go to Editor menu.

Expected Results:
Fix All in Scope is not greyed out. When you click it, the fix-it gets applied – ‘aa’ is renamed to ‘a’.

Actual Results:
Fix All in Scope is greyed out. You have to use the mouse, to apply the fix-it.

Version:
Xcode 9.0 GM

Notes:
-

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!