Xcode plugin in swift

Hello, I wanna make my own version of the rainbow brackets extension for Xcode, but using swift. A good example of this extension would be Rainbow Brackets for Intellij.

Also, if there is any good tutorial or course about this let me know.

Replies

Xcode supports an extension mechanism but it is very limited. For information on what it can do, see the XcodeKit documentation.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"