Hardhat Developer's Extension Pack to ease the smart contract development, testing and deployment.
By installing Extension Pack for Java, the following extensions are installed:
-
- Solidity Snippets
-
- Hardhat Test Snippets
-
- Solidity Language support
-
- To Enable Test explorer (
Cmd+Shift+P -> Mocha Test Explorer: Enable for a workspace folder
) - In VS Code settings file add the following:-
- To Enable Test explorer (
"mochaExplorer.files": "test/**/*.{js,ts}",
"mochaExplorer.require": "hardhat/register",