When typing /** in a Solidity file, it only autocompletes to /** */.
However, the usual Natspec documentation autocomplete shown in the Hardhat Solidity extension features
doesn’t appear for me.
Steps to reproduce:
- Open a Solidity file.
- Type
/** above a function or variable.
- Press Enter.
Expected behavior:
VS Code should autocomplete a Natspec comment template (e.g., @notice, @param, @return, etc.).
Actual behavior:
Only /** */ appears, without Natspec tags.
Environment:
- VS Code version: 1.105.1 (user setup)
- Hardhat Solidity extension version: 0.8.25
- OS: Windows_NT x64 10.0.19045 (Windows 10)
Additional context:
Any help or troubleshooting suggestions would be appreciated!