With 300 new "automatic fixes" in the XCode 9 editor, i'm puzzled why there is still no "fix imports" function, like in most other IDEs?
E.g. i define a new variable with a type that is not referenced with an #import statement, and in XCode i have to scroll all the way up to the top of the file, write the #import statement myself, scroll all the way back, and continue writing. That is a so cumbersome workflow when referencing new types all the time, and in AppCode i can just continue writing the line and quickly press enter when AppCode automatically suggests "Import <my type> from <my type>.h?".
Digitally yours,
Peter