-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
Description
At the moment, that implies tweaking:
- Select Methods and Functions
- Select Method and Function Signatures
- Duplicate Methods and Functions
- Copy Method and Function Declarations
- Highlight Occurrences of Symbol
Possible approaches:
- Use SourceKitten: https://github.com/jpsim/SourceKitten
- Use SourceKittenDaemon: https://github.com/terhechte/SourceKittenDaemon
- Read this: http://www.jpsim.com/uncovering-sourcekit
- Simple regexes like the Obj-C support (not very nice, especially considering the fast-moving nature of Swift)