Type Hinting / Autocomplete / Function Definitions with VSCode #10271
Unanswered
pep-sanwer
asked this question in
Q&A
Replies: 1 comment 1 reply
-
+1 having the same issue. ideally, i would like to see hints / auto-complete working in interactive mode in VS Code notebooks. so i could see things like functions available (filter, mutate, etc.), and column names in the tables when using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Would anyone have insight into how to get type hinting / autocomplete working with VSCode?
I'm bizarrely seeing type hinting / autocomplete only when using an Jupyter interactive session or if I directly type hint objects, but not in the normal editor mode.
snowflake
Ex:
This works as expected
And interactive (Jupyter) session works as well:

Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions