Closed mobile-appz closed 4 months ago
you can use copilot and similar stuff, also if continue.dev has an extension, it can be used in vs code, this extension did integrates of lsp and debugging compatibilities, others third party features can be used as well
@mobile-appz , you have the same autocompletion support for SwiftUI as in xCode because it uses apple lsp server to provide the suggestions
SwiftUI is supported
SwiftUI is supported
Thanks for the info. Does this run on Linux and if so can it compile the code and create iOS and MacOS apps on Linux? Or does that process require Apple hardware and Apple software such as Xcode tools?
You still need xCode to run lsp and ios frameworks readme contains every extra steps you need to do in order to make it work
MacOS is not supported at this stage, only iOS
Feature request: LLM support
Presumably this has a swiftUI code interpreter? In future would it be possible to add LLM support, eg connected to something like continue.dev and use a local LLM to generate code that can be iterated over using the compiler until a valid solution is found? That would be really useful vs xcode.