FormulaMonks / Auto-Importer-for-Xcode

Plugin for Xcode to quickly import your headers on the fly.
https://citrusbyte.com
MIT License
553 stars 59 forks source link

Fill missing methods to adhere to a protocol #4

Open lucholaf opened 9 years ago

lucholaf commented 9 years ago

This could be done on Obj-C and Swift too. If the programmer selects the protocol that the class adheres to, by typing a shortcut the plugin can look for missing methods in the class and add stubs for them.