NomicFoundation / hardhat-vscode

Solidity and Hardhat support for Visual Studio Code

Home Page:https://hardhat.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library "using" for Type intellisense doesn't suggest actual library methods?

skiv71 opened this issue · comments

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, but I prefer this one.

Is there a setting I need to change?