DEV Community

Cover image for VSCode on Android (you don't need to install anything)
Renan Franca
Renan Franca

Posted on • Edited on • Originally published at renanfranca.github.io

10 6

VSCode on Android (you don't need to install anything)

Since my baby girl was born I don't have the time to use my computer because I'm taking care of her and I only have a short period of free time during the day. So I needed to use my Android smartphone to create and update my blog.

When you click on the JHipster link at my blog home page, It will open the JHipster site onto a new tab:

If you have a repository at github, you can access the VSCode web version by replacing the .com with .dev.

After that, your github repository will be opened at a functional VSCode web version and each commit automatically push the change to de repository.

As an example of the use VSCode on Android I will remove the target _blank from the JHipster link at home:

Once the repository was changed, the github action (by @@avdev4j ) will update my blog and the JHipster link will open at the same tab:

I used VSCode to easily navigate through my repository files, I used the search/replace, change files folder and rename. It helped me a lot!

In my opinion, VSCode for Android isn't a smooth experience and it's hard to hit the spot you want to change at code.

If you have any questions or just want to say something, please, use the comment section 😊

Sentry mobile image

App store rankings love fast apps - mobile vitals can help you get there

Slow startup times, UI hangs, and frozen frames frustrate users—but they’re also fixable. Mobile Vitals help you measure and understand these performance issues so you can optimize your app’s speed and responsiveness. Learn how to use them to reduce friction and improve user experience.

Read full post →

Top comments (5)

Collapse
 
stegriff profile image
Ste Griffiths

Thanks for the .dev tip. I knew you could press . key while in Github to open the editor, but the domain thing is very useful too!

Collapse
 
renanfranca profile image
Renan Franca

You are welcome @stegriff 😄

That . shortcut blew my mind 🤯 the first time I used it!
The .dev is useful for me to bookmark the repository on vscode mode😉

Collapse
 
curiousdev profile image
CuriousDev

Thanks for this, maybe good to know.

Collapse
 
renanfranca profile image
Renan Franca

You are welcome ☺. It's handy to use it on a mobile device, it feels like the "future" I pictured 5 years ago 😆

Collapse
 
renanfranca profile image
Renan Franca

Have you ever needed to use your smartphone to code?

Thank you for reading this post, let me know if you enjoy it or not🥺
If you find the content interesting, follow me 👣

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay