Avatar
https://swift.org/blog/swift-local-refactoring/ の コンテキストメニューに "Add Missing Abstract Class Override" っていうのがあるんだけど、abstract クラスの前兆か?
Xcode 9 includes a brand new refactoring engine. It can transform code locally within a single Swift source file, or globally, such as renaming a method or property that occurs in multiple files and even different languages. The logic behind local refactorings is implemented entirely in the compiler and SourceKit, and is now open source in the swift repository. Therefore, any Swift enthusiast can contribute refactoring actions to the language. This post discusses how a simple refactoring can be implemented and surfaced in Xcode.