XcodeBoost icon indicating copy to clipboard operation
XcodeBoost copied to clipboard

Add support for Swift

Open fortinmike opened this issue 10 years ago • 3 comments

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)

fortinmike avatar Jun 05 '14 12:06 fortinmike

I can't wait for this features :)

icanswiftabit avatar Aug 25 '15 12:08 icanswiftabit

@Dudi00 I can't promise what will get implemented first and when, but what XcodeBoost feature(s) would be most useful to you in Swift?

fortinmike avatar Aug 26 '15 13:08 fortinmike

@fortinmike At this moment the most usefull feature will be "Highlight Occurrences of Symbol" :).

icanswiftabit avatar Sep 02 '15 09:09 icanswiftabit