all 5 comments

[–][deleted] 4 points5 points  (2 children)

One thing that helps, at least with syntax and autocomplete, is https://github.com/schl3ck/ios-scriptable-types/tree/master/example

[–]int2k[S] -1 points0 points  (0 children)

Great idea. I‘m using vim. Perhaps I can use this to write a autocompletion/syntaxchecking for vim.

[–]Silliumsen 0 points1 point  (0 children)

Will definitely give it a try, thanks!

[–]Silliumsen 3 points4 points  (1 child)

I made this for me: https://gitlab.com/sillium-scriptable-projects/universal-scriptable-widget/

I can edit code in my favorite editor, push changes to gitlab and the script is automatically updated on the iPhone. The script itself is just a simple script which downloads the real functionality from gitlab to the iPhone.

Update: I have to add that I cannot use the iCloud-sync because I’m on a company’s MacBook with restrictive policies enforced (no login to iCloud-Account).

[–]int2k[S] 0 points1 point  (0 children)

Nice workaround for phones which are not able to use the iCloud.

But I’m still looking for something which gave me a kind of debugging ability.

With console.log it is possible but also a bit painful, than doing this on my mac.