fireplusteam / ios-swift-for-vs-code

VSCode extension to Develop iOS applications
https://marketplace.visualstudio.com/items?itemName=FirePlusTeam.vscode-ios
MIT License
27 stars 0 forks source link

Enhancement: LLM support #4

Closed mobile-appz closed 4 months ago

mobile-appz commented 4 months ago

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.

fireplusteam commented 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

fireplusteam commented 4 months ago

@mobile-appz , you have the same autocompletion support for SwiftUI as in xCode because it uses apple lsp server to provide the suggestions

fireplusteam commented 4 months ago

SwiftUI is supported

mobile-appz commented 4 months ago

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?

fireplusteam commented 4 months ago

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

fireplusteam commented 4 months ago

MacOS is not supported at this stage, only iOS