ReSwifter: A Snippet Manager and Xcode Extension

ReSwifter is a both a Snippet Manager app and an Xcode Editor Extension. It is lightweight, but feature-rich. In addition to typical features found in a Snippet Manager, ReSwifter also offers several local-AI-assisted tasks on your code snippets.

Objective-C++ Snippet

Objective-C++ Snippet Explained

From Xcode

It’s open source:
https://github.com/jsbakker/ReSwifter

Get it on the macOS App Store:
https://apps.apple.com/us/app/reswifter-for-xcode/id6760387439?mt=12

 

HighlightedEditorView: A Syntax Highlighted Code Editor for SwiftUI

HighlightedEditorView is a reusable macOS framework containing a SwiftUI text editing view with real-time syntax highlighting. It current supports 58 computer languages.

Jump on over to the GitHub page to see examples of how to add it to your Swift project and start using it.

https://github.com/jsbakker/HighlightedEditorView