Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
February 9, 2021 04:24 pm GMT

One second to read GitHub code with VS Code

Exists a cool trick to visualize a repository code directly on VSCode and literally, you will only need one second.

Just add 1s between github and .com and press Enter in the browser address bar for any repository you want to read.

GitHub1s

Be kind and don't forget to click on GitHub1s repository.

If one second it's too much for you, I have another cool trick up my sleeve.

A bookmarklet is a bookmark stored in a web browser that contains JavaScript commands that add new features to the browser.

Drag and drop the GitHub1s to your bookmarks bar and edit his properties using these values:

PropertyValue
Name:GitHub1s
URL:javascript: window.open(location.href.replace('github.com', 'github1s.com'), '_self')

To use it, just click the bookmarklet when visiting a GitHub repository and it will automatically add the mission 1s to the URL.

Bookmarklet

Usually, the keyboard shortcut to show or hide the bookmarks bar is ctrl+shift+B (Windows/Linux) or ++B (macOS).

Thats All Folks!
Happy Coding

Buy me a cofee


Original Link: https://dev.to/equiman/one-second-to-read-github-code-with-vs-code-5g6p

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To