Consensys / vscode-ethover

Ethereum Account Address Hover Info and Actions
https://marketplace.visualstudio.com/items?itemName=tintinweb.vscode-ethover
44 stars 8 forks source link

Support Retrieving Verified Contracts Unflattened #9

Open niccolopetti opened 2 years ago

niccolopetti commented 2 years ago

Currently when hovering on an address and clicking on "VerifiedContract" it retrieves the source code of the Smart Contract deployed at that address, but in case the Smart contract is composed of multiple files it outputs a flattened version of the Smart Contract.

it would be nice to either retrieve all the files in a folder or alternatively to give the user an option to choose between flattening or not