Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to write Doc String for Enums ? #1725
Comments
|
@dschiller This looks like a feature request on language server. Moving to the LS repo. |
|
Is there some specification as to how enum member comments are supposed to work? It's possible to show this sort of documentation on enum members, but we'd have to know the "right" way to do it. |
|
i, too am hoping for this feature to be implemented. (not useful, just bumping because pep8) |
I want to get the Doc String for every single Enum Item like
Timing.Setup.LoginDialogif I hover them ( in this case I want to hoverLoginDialogand see30 Seconds - Maximum Time..) in VSCode.Here the Example Code: