Roadmap to support .xcodeproj (iOS development in general) on VSCode?
#1903
Gumichocopengin8
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Thanks for reaching out to us! The focus of the extension is Swift package development in other domains such as server and embedded. For Swift package projects you can already specify the iOS SDK to build and get language support. For language support and code completion for your Xcode project, sourcekit-lsp has BSP support that you can look into to writing your own build server or find an open source one. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The README notes that support for Xcode projects (
.xcodeproj) is currently limited.Could you please clarify whether there is a roadmap for enhancing
.xcodeprojsupport (or iOS development in general) in VSCode, or if this is considered out of scope for the project?Specifically, I am interested in whether the extension is expected to support features such as
Jump to Definitionand theRun / Buildbuttons to run apps on simulators.Beta Was this translation helpful? Give feedback.
All reactions