DEV Community

Cover image for How to Open GitHub Repository Without Cloning With VsCode!
Fadi Nouh
Fadi Nouh

Posted on • Updated on

How to Open GitHub Repository Without Cloning With VsCode!

Learn how to Open GitHub Repository Without Cloning With VsCode! and edit the code directly

It's very simple!

lets have example:
I have this repository link:
https://github.com/bluebits-academy/mern-stack-ecommerce

I want to open it with VsCode Online to search in the file easily and even edit it and see the relation between the files and also check the file structure easier and faster better than the navigating in github.

It's simple: Just add vscode.dev behind the github URL aaaaand enjoy!!!

https://vscode.dev/github.com/bluebits-academy/mern-stack-ecommerce

Check this video to see it in practical:

How to Open GitHub Repository Without Cloning With VsCode!

Top comments (0)