Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markst/hotreloading-vscode-ios

Demonstrating iOS development environment in VSCode using XcodeGen + HotReloading.
https://github.com/markst/hotreloading-vscode-ios

ios vscode

Last synced: about 2 months ago
JSON representation

Demonstrating iOS development environment in VSCode using XcodeGen + HotReloading.

Awesome Lists containing this project

README

        

# SwiftUI iOS Debug & HotReloading in VSCode

Demonstrating vscode development environment using xcodegen + HotReloading.

- Language Server Protocol for Swift with [vscode-swift](https://github.com/swift-server/vscode-swift) extension.
- Lint Swift with [SwiftLint](https://github.com/shinnn/vscode-swiftlint) extension.
- Xcode project generating using [XcodeGen](https://github.com/yonaskolb/XcodeGen)
- Launch & debugging with lldb [iOS Debug](https://github.com/nisargjhaveri/vscode-ios-debug)
- HotReloading & Injection with [HotReloading](https://github.com/johnno1962/HotReloading)
- SwiftUI injection property wrapper with [Inject](https://github.com/krzysztofzablocki/Inject.git)

![hotreloading-vscode-ios 2022-06-03 20_10_56](https://user-images.githubusercontent.com/274318/171922061-cabbb0aa-b2ba-4ade-a606-41a06c3c2ca3.gif)

## 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](https://github.com/markst/vscode-xcodegen-builder).