hardhat-vscode
hardhat-vscode copied to clipboard
Solidity and Hardhat support for Visual Studio Code
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 
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)....
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...
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...
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...
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...
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.
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" *...
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...
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:...