-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual Studio Code support? #46
Comments
I have a fork here for those interested: https://github.com/markst/SwiftUI-Kit/tree/feature/vscode |
What I can't seem to get working is the |
Oops this is only relevant to @johnno1962's fork |
It should work with any editor as it uses a file watcher. You shouldn't need to run the daemon script any more unless you are injecting on a device. |
In VSCode using 'iOS Debug' it's possible to build & debug iOS Simulator applications.
https://marketplace.visualstudio.com/items?itemName=nisargjhaveri.ios-debug
I'm wondering whether there might be interest in using VSCode to hot reload:
The text was updated successfully, but these errors were encountered: