Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kotlin Code Completion in Xcode #83

Open
1 of 4 tasks
JUSTINMKAUFMAN opened this issue May 6, 2022 · 2 comments
Open
1 of 4 tasks

Kotlin Code Completion in Xcode #83

JUSTINMKAUFMAN opened this issue May 6, 2022 · 2 comments

Comments

@JUSTINMKAUFMAN
Copy link

JUSTINMKAUFMAN commented May 6, 2022

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
  • feature
  • blocking
  • good first issue
@kpgalligan
Copy link
Collaborator

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

@kpgalligan
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants