markst / hotreloading-vscode-ios

Demonstrating iOS development environment in VSCode using XcodeGen + HotReloading.
255 stars 5 forks source link

Create VSCode extension #4

Open markst opened 2 years ago

markst commented 2 years ago

Not sure if it might be of interest wrapping this in a VSCode extension to make it more straightforward to build and run xcodegen projects.

For instance extension could depend on following:

  "extensionDependencies": [
    "sswg.swift-lang",
    "nisargjhaveri.ios-debug"
  ],
  "devDependencies": {
    "xcodegen": "^2.2.0"
markst commented 9 months ago

I've started putting together an extension here: https://github.com/markst/vscode-xcodegen-builder