hardhat-vscode icon indicating copy to clipboard operation
hardhat-vscode copied to clipboard

Solidity and Hardhat support for Visual Studio Code

Results 137 hardhat-vscode issues
Sort by recently updated
recently updated
newest added
trafficstars

OS: Mac OS Steps to reproduce: 1. Take project that is able to autocomplete imports for `yarn` 2. Remove `yarn.lock` and `node_modules` 3. run `pnpm install` 4. Attempt to import...

status:ready

When I go click go-to-definition on the following overloaded example, it points at the incorrect function definition and makes it appear as a recursive call (notice the number of parameters...

type:bug
status:ready

Hi, I'm using openzeppelin SafeERC20 as IERC20 and intellisense fails to see the library methods, and continues to suggest the IERC20 functions. It seems to work ok with other extensions,...

status:ready

https://github.com/NomicFoundation/hardhat-vscode/assets/75484297/32afab05-5a39-4e1f-acf7-600fb82aa998

status:triaging

![image](https://github.com/NomicFoundation/hardhat-vscode/assets/75484297/34375d6f-fa55-435d-9b96-bb9df0a82ada)

status:ready

doesn't work ![image](https://github.com/NomicFoundation/hardhat-vscode/assets/75484297/c1068204-6354-480f-860c-41b59654ee01) works ![image](https://github.com/NomicFoundation/hardhat-vscode/assets/75484297/1f7f56ad-6c48-45f5-9f67-352bb3a16b68)

status:triaging

When I use dependencies and import remapping within an Ape project, I get "File not found" errors reported in my import statements. As per the [Ape dependencies docs](https://docs.apeworx.io/ape/stable/userguides/dependencies.html), I have...

status:ready

- [x] Because this PR includes a **bug fix**, relevant tests have been included. - [ ] Because this PR includes a **new feature**, the change was previously discussed on...

Create a solidity project using [yarn berry](https://github.com/yarnpkg/berry), then check the logs in vscode: ``` Error loading HRE: Error: Cannot find module 'hardhat' ``` Yarn berry has no `node_modules` folder. It...

status:needs-decision

There are some smart contract functions that do not have a return value and defining the interface will result in an error. There are also cases where the same function...

status:triaging