-
Notifications
You must be signed in to change notification settings - Fork 35
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
rich_click.rich_click
does not show up in auto-complete in VSCode
#52
Comments
I should add that the code all works properly (e.g. I am able to use |
Is this issue related to #57 ? |
Hmm, I'm not sure.. I don't really see how the |
Right, sorry - skim reading a bit too quickly. Ok going back over your issue I think that this is due to some confusion over what's happening, not helped by the double use of the name So, in your second screenshot, you have imported If I import Does this make sense? Apologies for the confusing naming. I did it this way because most people will be doing |
@ewels Ah, haha, my bad. In hindsight, that makes sense. Thanks for pointing that out! |
No worries! Thanks for reporting, I suspect you won't be the only person coming across this.. |
Not sure if this is an issue with my own VSCode setup, but for some reason, I am not getting proper autocompletions for
rich_click
on lines after the import. As I type theimport
I do get the expected completions, but after that, when using the imported module, they don't show up.Because the completion for
rich_click.r
did not showrich_click
, I was confused for a moment.The text was updated successfully, but these errors were encountered: