-
-
Notifications
You must be signed in to change notification settings - Fork 83
Please support static typing #376
Copy link
Copy link
Open
Labels
docdocs, interactive help, auto-completion, etcdocs, interactive help, auto-completion, etcstatus: discussionDiscussion. Not yet a specific feature/bug. Likely to result in multiple PRs/issues.Discussion. Not yet a specific feature/bug. Likely to result in multiple PRs/issues.type-featureFeature requestFeature request
Milestone
Metadata
Metadata
Assignees
Labels
docdocs, interactive help, auto-completion, etcdocs, interactive help, auto-completion, etcstatus: discussionDiscussion. Not yet a specific feature/bug. Likely to result in multiple PRs/issues.Discussion. Not yet a specific feature/bug. Likely to result in multiple PRs/issues.type-featureFeature requestFeature request
Type
Fields
Give feedbackNo fields configured for issues without a type.
My Pain
I'm developing my applications in the VS Code editor. Furthermore I use pylint and mypy to help me create code of high quality. And google style docstring for documentation.
Param unfortunately does not work that well with that.
I've tried something like that.
But
instance.data.or help text on hover ofinstance.data.E1101: Instance of 'DataFrame' has no 'iloc' member (no-member)if I have a line likeinstance.data.iloc.Solution
Support static type checking and enable all the help you can get in modern editors.