Encode-Club-Solidity-Foundations / Lesson-02

4 stars 7 forks source link

NatSpec Linting? #15

Open codingwithmanny opened 2 years ago

codingwithmanny commented 2 years ago

Is there a VSCode extension that you would recommend apart from "VS Code Solidity comments"?

Main thing I'm wondering is if there is a way to click "@dev" and see the documentation pop up in a url or a tooltip for better reference in code.

MatheusDaros commented 2 years ago

Hello @codingwithmanny I don't know any extensions that do that, I'm sorry. I have been looking for such extensions myself as well for basic things like "auto generate docs from parameters and returns", that are super common to popular languages, but unfortunately for solidity nobody took the time to develop some yet (that I know of).