0

Hitting CTRL-p or Cmd-p doesn't bring up a list of all the parameters. So I suppose it doesn't. But it does seem to be supported for Objective-C. Perhaps I'm missing something? Is there a button to activate it?

Wilfred Springer
  • 10,869
  • 4
  • 55
  • 69

2 Answers2

2

Cmd+P should be available in the next 3.1.x update

Anton Makeev
  • 1,084
  • 9
  • 6
0

Well, sometimes it works, sometimes it doesn't. When you close XCode, execute

rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang/ModuleCache"

and re-open XCode it works better for a couple of minutes. XCode 6 (and Swift) are late Alpha version. SourceKit crashes every 2 minutes....

qwerty_so
  • 35,448
  • 8
  • 62
  • 86