Awesome
SwiftUI iOS Debug & HotReloading in VSCode
Demonstrating vscode development environment using xcodegen + HotReloading.
- Language Server Protocol for Swift with vscode-swift extension.
- Lint Swift with SwiftLint extension.
- Xcode project generating using XcodeGen
- Launch & debugging with lldb iOS Debug
- HotReloading & Injection with HotReloading
- SwiftUI injection property wrapper with Inject
XcodeGen Extension for Visual Studio Code
I have begun the development of an XcodeGen Extension for Visual Studio Code, designed to further streamline the process of working with Xcode projects in VSCode. This extension aims to make it easier to generate and manage Xcode project files directly from the VSCode environment.
For more information, updates, and contributions, check out the extension repository: vscode-xcodegen-builder.