Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support natspec in contract/interface/library completions #342

Closed
kanej opened this issue Jan 3, 2023 · 0 comments · Fixed by #359
Closed

Support natspec in contract/interface/library completions #342

kanej opened this issue Jan 3, 2023 · 0 comments · Fixed by #359
Assignees
Labels
status:ready This issue is ready to be worked on type:feature New feature or request

Comments

@kanej
Copy link
Member

kanej commented Jan 3, 2023

Similar to #328, provide a subset of natspec auto-inserts on a /** */ completion before a contract or library or interface.

Based on the docs: https://docs.soliditylang.org/en/latest/natspec-format.html#tags, it looks like only @title, @author, @notice and @dev are supported. Lets include @title and @dev by default leaving @notice and @author out.

@kanej kanej added type:feature New feature or request status:ready This issue is ready to be worked on priority:high labels Jan 3, 2023
@kanej kanej moved this to Todo in hardhat-vscode Jan 3, 2023
@kanej kanej moved this from Todo to In Progress in hardhat-vscode Jan 5, 2023
@antico5 antico5 moved this from In Progress to Done in hardhat-vscode Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready This issue is ready to be worked on type:feature New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants