5 Useful Xcode Extensions to Make Work Easier
Power up your weapon
Developers are soldiers, and an IDE is a weapon. A soldier’s greatest responsibility is always to power up his weapon and make good use of it.
Xcode is the best weapon for iOS and macOS developers. Here is 5 useful extension which will power up your weapon.
1. SwiftPlantUML-Xcode-Extension
A class diagram is Unified Modeling Language (UML) which describes the structure of software by showing classes, their attributes, operations, and the relationships among them. This extension will help you to generate and view a class diagram. This Extension makes use of the SwiftPlantUML Swift package. The installation procedure is simple. You can install it by usingHomebrew
.
brew install swiftplantumlapp