-
-
Notifications
You must be signed in to change notification settings - Fork 118
User experience of developing a Tokamak project in Xcode #216
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
Comments
I'm afraid Xcode is not the best option here. It only knows how to build and run projects for Apple platforms and provides no customization for us to enable that. I personally use VSCode with a For code completion to work Xcode needs to build the project, but it doesn't know how. As for VSCode, it could work with SourceKit-LSP in theory, but we need to patch it so that it could take the same command-line arguments that I realize that this is frustrating, so I want this to be fixed sooner rather than later. SourceKit-LSP depends on |
I'll keep the issue open until we have SourceKit-LSP working for VSCode and until all relevant documentation is updated accordingly. |
For now, if you import the shim Xcode will use the SwiftUI code completions. |
Yes, the shim is the |
With the latest version of Tokamak (0.5.1 right now) you can get syntax highlighting and autocomplete in Xcode by simply opening You still need to use Based on that, I'm considering this issue resolved to the degree that's possible. Feel free to reopen if I missed anything. |
That's amazing news! Thank you very much! |
Is there any way to run the project and tests in Xcode instead of
carton
command line?The code completion seems to be broken. I've no idea whether it's my Xcode's problem.
The text was updated successfully, but these errors were encountered: