hardhat-vscode
hardhat-vscode copied to clipboard
Solidity and Hardhat support for Visual Studio Code
- [ ] Learn about the new query API and features, giving feedback about syntax, ergonomics, and usability. - [ ] Integrate it into syntax highlighting/document symbols. - [ ]...
This PR introduces two events sent to Google Analytics, without any client information, for when the user first responds to the "enable telemetry" popup, and any subsequent change to the...
Hi, here is minor correction for the model selection between BERT and ALBERT in the model class. In the previous code, when the model type was entered as "albert-base-v2" or...
Reported on discord: https://discord.com/channels/750408878008827925/951537942239797338/1207246837237420032 > Hello, i'm trying to set up a hybrid hardhat/foundry project but stuff like go to definition quits working when foundry is set up. When i...
In the Solidity extension, currently, when immutable state variables are not initialized, the entire contract is highlighted in red. This is not optimal for understanding the issue at hand. It...
In its recent release 0.8.24, in preparation for the upcoming dencun Ethereum mainnet EL+CL hardfork solc has added support for the EIP-1153 opcodes `tstore` and `tload` in inline-assembly, the LSP...
feature request where a shortcut, like ctrl + shift + a, can be used to get the implementation of a function in an interface.
When developing solidity projects I have to reload window after almost every edit in order to keep various features like go-to-definition consistent with the content of the editor. For example,...
I'm trying to use LSP with my Neovim setup and I got an error `Cannot find module 'tslib'` in one of the projects. After long inspection, I did a small...
My forge build is a bit messed up, the extension isn't picking up where my forge is even though `where forge` is working. I see this was an issue here...