xcode-kotlin icon indicating copy to clipboard operation
xcode-kotlin copied to clipboard

Kotlin Code Completion in Xcode

Open JUSTINMKAUFMAN opened this issue 2 years ago • 2 comments

Does anyone know if it is possible to extend Xcode's code completion capabilities beyond Swift/Objective-C? I have not done much research on this, but the fact that lldb integrations are possible at least makes the question seem worth asking.

In any case, if someone here is able to indicate that this is not a complete fool's errand, I'd be happy to run a spike on it and see where it goes!

  • [ ] has-reproduction
  • [x] feature
  • [ ] blocking
  • [ ] good first issue

JUSTINMKAUFMAN avatar May 06 '22 16:05 JUSTINMKAUFMAN

I have absolutely no idea, but I don't know that you can't, so...

kpgalligan avatar May 06 '22 16:05 kpgalligan

Any thoughts on this? I'm not sure where you'd start. There are "standard" lldb integrations for debugging, but not sure if there are others that would drive code completion. We've been thinking through other integrations, like better memory profiler info. Those might be available from lldb, but that's a whole different topic. Not sure how xcode gets info on code completion. It's obviously not a platform designed to be extended (by outside people), so docs won't be easy to come by.

kpgalligan avatar May 17 '22 13:05 kpgalligan