-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use of Type Hinting #39
Comments
Hello, thank you for suggestion. The parameter types should already work with the
would get this docstring:
I plan to include the return type as well. |
One other thing, does class documentation not include the methods? If not I can make another issue if you want :) I can try to help with coding or testing when I find more time, I really enjoy this plugin <3 |
Sorry, for the delay... 🤔 you are correct, the class docstring does not contain methods (I use google docstring 99% of the time, which doesn't include it, so I haven't even considered it). Yes, please create a new issue for this. Definitely, you can try to code the functionality, any MRs are welcome – I can help you with it if you want. (honestly, I don't know when I'll have time to write it myself – it will happen, just can't promise anything.) Happy to hear, you enjoy the plugin ❤️ |
Add parameter/return types when users include type hint in their code
The text was updated successfully, but these errors were encountered: