appwisp
  • App explorer
  • SDKs insights
  • API
  • Contact
  • About
  • API
  • Github
© 2025 appwisp.com

Swocks

com.braysoftware.BlockCommentApp

Total installs
0+
Rating
0.0
Released
March 2, 2020
Last updated
January 23, 2022
Category
Developer Tools
Developer
Brad Howes
Developer details

Name
Brad Howes
E-mail
unknown
Website
unknown
Country
unknown
Address
unknown
iOS SDKs

  • No items.

Screenshots

Swocks Screenshot 1 - AppWisp.com

Description

NOTE: this extension does nothing useful without Xcode installed.

Xcode 8+ source editor extension that quickly parses snippets of your Swift code to intelligently build a block comment.

The command does a rudimentary scan forward from the cursor, looking for something to comment. If it finds a func or init expression, it will insert a block comment describing the function definition. It also has tailored block comments for struct, class, enum and property expressions (var and let). If it cannot make sense of anything, it will just punt and insert a generic block comment.

The source code for the extension is also available so you can build your own if you wish. See the Support URL to find out more.