3 ways to open visual code online from any Github repository

Sometimes, you need to edit or view the source code on GitHub, and your machine doesn’t have any code editor installed. Try one of these three methods:

  1. Click the dot (period) key when viewing that repository.
  2. Replace “github.com” with “github1s.com” in the URL.
  3. Add “vscode.dev” before the URL.

Example:
Applying method 2, the link becomes https://github1s.com/twbs/bootstrap
And using method 3, it transforms into https://vscode.dev/github.com/twbs/bootstrap
Feel free to explore the code online!

Leave a Reply

Your email address will not be published. Required fields are marked *