Questions tagged [xcodekit]

3 questions
9
votes
2 answers

XcodeKit and SourceKit

I don't have experience in XcodeKit and SourceKit apart from a few articles that I read and the official pages https://developer.apple.com/documentation/xcodekit#topics https://github.com/apple/swift/tree/master/tools/SourceKit I'm trying to…
ggould75
  • 880
  • 2
  • 14
  • 23
3
votes
0 answers

How to add a button to Xcode Editor

See this left side button to "Show the standard Editor" button is a custom button from https://sympli.io/downloads/xcode I know that Alcatraz era ended, but this Sympli plugin, I'm using in latest stable Version 9.4.1 (9F2000) How can I add my…
Jigar
  • 305
  • 2
  • 14
2
votes
0 answers

How to display alert in xcode source editor extension

I'm building a source editor extension and when it gets triggered I want to show an alert. I tried this: let alert = NSAlert() alert.messageText = "Hello world" alert.informativeText = "Information text" alert.addButton(withTitle:…
mike vorisis
  • 2,786
  • 6
  • 40
  • 74