Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dduan/clue

Clue is a Swift library, and a command-line tool that finds symbol references in Swift projects.
https://github.com/dduan/clue

cli library swift

Last synced: about 1 month ago
JSON representation

Clue is a Swift library, and a command-line tool that finds symbol references in Swift projects.

Awesome Lists containing this project

README

        

# Clue

Clue is a Swift library, and a command-line tool that finds symbol references in Swift projects.

Like Xcode, finding references of a symbol with Clue can be fairly straightforward. Unlike Xcode, Clue exposes controls that fine tune its behavior, so that an expert can find the code references they need 100% of the time.

(Hopefully, it isn't hard to become an expert user!)

[IndexStoreDB]: https://github.com/apple/indexstore-db

Read the [Getting Started] for installation and usage.

Read [Advanced User Guide] to become an "expert" user.

[Getting Started]: Documentation/GettingStarted.md
[Advanced User Guide]: Documentation/AdvancedUserGuide.md