Forum Discussion
Nigel Price
Jun 19, 2017Iron Contributor
Can I install Visual Studio Code on an iPad ?
Hi I am trying to install Visual Studio Code on my 12" iPad Pro - so there is pleanty of poke there. I find the Visual Studio Code downloads and I click on Down Load for Mac and I get a zip file...
Tobiasz Cudnik
Jul 04, 2017Copper Contributor
Theres 2 projects:
- https://github.com/spiffcode/ghedit
An outdated version of vscode integrated with github
- https://github.com/alm-tools/alm
Monaco editor with some basic IDE features added
Both work via the browser, but the latter one requires a self hosting to try out. To debug JS on the ipad you can proxy safari's debugging protocol via remotedebug-ios-webkit-adapter and debug in mozilla's debugger.html. Same should work for node with the --inspector flag.
For the backend use a VPS, rpi or the intel compute stick.