#843 covered parsing the message parameter of the deprecated __attribute__, but clang/Xcode also support a second argument named replacement, which takes a method/property signature and prompts the developer via fix-it in Xcode.
If there’s sourcekit(ten) support for replacement, it would be ideal to include the specified replacement and linkify it.
Example usage:
@property SomeClass someProperty __attribute__((deprecated("Whatever this property did is no longer supported.", "someImprovedProperty")));
Would result in jazzy output similar to:
