Description
In Xcode, when a method declared in a header is not implemented in the .m file, Xcode provides a fix-it to add the method. Same for Swift. The LSP should provide that functionality where possible for -Wincomplete-implementation warnings, via CodeActions (the best approach according to my limited understanding of LSP)
I don't know if this LSP does this for Swift already—it should if it doesn't, I can make that a separate issue if needed—but it doesn't for objc