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

If you specify an override but miss a contract specifier you get `solidity 4327` as the error. We should add a quickfix to resolve. ## Example ![image](https://user-images.githubusercontent.com/24030/151599426-e2894090-cad2-4b87-a5fe-a447550522cb.png)

enhancement

This is feedback: https://github.com/nomiclabs/hardhat-vscode-feedback/issues/17#issuecomment-1020140629 Navigating from a nest typed is not working. Our understanding is that this is a known issue caused by a lack of information out of [solidity-parser](https://github.com/solidity-parser/parser)....

bug

This is feedback: https://github.com/nomiclabs/hardhat-vscode-feedback/issues/7 Currently, we only show compilation errors for Hardhat projects. Different tools can compile the same codebase differently, leading to different compilation errors. For example, they may...

enhancement

This is feedback: https://github.com/nomiclabs/hardhat-vscode-feedback/issues/6 Currently, we only show compilation errors for Hardhat projects. Different tools can compile the same codebase differently, leading to different compilation errors. For example, they may...

enhancement

This is feedback: https://github.com/nomiclabs/hardhat-vscode-feedback/issues/5 Currently, we only show compilation errors for Hardhat projects. Different tools can compile the same codebase differently, leading to different compilation errors. For example, they may...

enhancement

Taken from feedback: https://github.com/nomiclabs/hardhat-vscode-feedback/issues/4 Currently, we only show compilation errors for Hardhat projects. Different tools can compile the same codebase differently, leading to different compilation errors. For example, they may...

enhancement

We surface hardhat compiler errors and warnings, we should consider doing the same for solhint. Consideration should be given to how solhint + prettier-solidity + vscode plugins interact.

type:feature
status:ready

In response to the compiler warning 1878, provide a small set of suggested fixes to: * add SPDX license identifier for "unlicensed" * add SPDX license identifier for "MIT" *...

enhancement

Find references should include the definition node (e.g. the function definition + the function usages). This means there is never just one reference, so find references does not jump to...

type:feature
status:ready

I use symlink to point my development workspace to a synced folder. When I open a hardhat project inside the symlink, I got following error and intellisense doesn't work correctly:...

type:bug
status:needs-more-info