hardhat-vscode
hardhat-vscode copied to clipboard
Solidity and Hardhat support for Visual Studio Code
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...
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...
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,...
https://github.com/NomicFoundation/hardhat-vscode/assets/75484297/32afab05-5a39-4e1f-acf7-600fb82aa998

doesn't work  works 
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...
- [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...
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...