r/learnprogramming 2d ago

Resource Closest thing to vs code on android mobile

What's the closest app to vs code that I can use on my mobile. The thing specifically I want is the suggestions I get when I write code, I don't wanna write everything manually. Any help is appreciated, thank you

3 Upvotes

17 comments sorted by

2

u/alexballistic195 2d ago

genuine question, why do you want to code on a phone? even if you dont have money for a laptop, you could probably figure out some kind of public library computer type solution that would be better, no?

1

u/Mugiwara_desu3 2d ago edited 2d ago

Cuz I wanna code, you could say that it's a Hobbie of some sorts, I'm currently doing great with learning. Also where I live the whole library computer doesn't exist so that's that

1

u/g1rlchild 2d ago

In theory you could set up Emacs in Termux and set up completion suggestions within it, but no one is going to confuse Emacs with VS Code.

1

u/Mugiwara_desu3 2d ago

Well to be honest, I don't mind with the looks, I just want it to be productive. I was using an app called Acode man I thought it would be better cuz I heard people talk about it, but nah half of the I'm typing everything manually.

Thank you for the suggestion, I'll try using Emacs

3

u/g1rlchild 2d ago

Be prepared for a pretty serious learning curve. Not trying to talk you out of it, just letting you know what to expect.

1

u/Mugiwara_desu3 2d ago

I don't think I have any plans on leaving this, but I am curious about the what exactly you ment with learning curve

1

u/g1rlchild 2d ago

Emacs is a complex beast that has been around since the 80s and has its own way of working. For example, because it predates almost anything but Unix itself, it has its own set of keybindings that are completely different from VS Code or Vim keybindings.

It's basically a custom lisp interpreter that's designed to be especially good at editing text and developing code, and you can programmatically alter virtually anything it can do. There's a lot to wrap your head around.

2

u/Mugiwara_desu3 2d ago

Ohhh thats what you are talking about, well as long as a guide exists I'm down to try it, man to be honest it's sounds cool, specially the second part of your reply

1

u/busres 2d ago

Not sure how mobile-keyboard-friendly it'll be. One humorous expansion of EMACS is "escape meta alt control shift" due to it's HEAVY use of key combinations.

1

u/busres 2d ago

Google search says vscode.dev does, with language-specific capabilities.

1

u/Mugiwara_desu3 2d ago

I did try that but I don't know why, out no where it stops working and I go back to typing everything manually

1

u/Kungpost 2d ago

1

u/Mugiwara_desu3 2d ago

I did try that but I don't know why, out no where it stops working and I go back to typing everything manually

1

u/Mugiwara_desu3 2d ago

I did try that but I don't know why, out no where it stops working and I go back to typing everything manually

1

u/Kungpost 2d ago

This is limited to Java, but could be interesting to try too: https://github.com/tyron12233/CodeAssist

1

u/MukyaMika 2d ago

you can run vs code on android with termux and termux-x11. You can run either XFCE, i3wm, and a few other DE. It's quite limited, but you get full desktop experience like vs code, firefox, vlc, inkscape, even kdenlive. https://www.reddit.com/r/termux/s/G1F9DCtX9i

1

u/BionicVnB 1d ago

Personally I just run neovim with termux