Remix version of github.dev for viewing contracts?

When I check the contract code on etherscan, it’s tough to read the code.

https://rinkeby.etherscan.io/address/0xa2659f1fc0cf32898f7e384e0b7414dc75c4de34#code

You must copy the code to VSCode one by one or read from the page. But on GitHub, there is an awesome tool called GitHub dev, that allow you to replace the domain from github.com to github.dev, and then load a VSCode for you for the repo.

So I’m wondering if we can build a tool or improve remix to help achieve features like this. For example, on the etherscan page, click a button or edit the domain, open the remix directly for the contract code, and it will be super fast to deploy, test, and read the contract.