Coder Social home page Coder Social logo

Comments (6)

taranlu-houzz avatar taranlu-houzz commented on May 27, 2024 1

@ewels Ah, haha, my bad. In hindsight, that makes sense. Thanks for pointing that out!

from rich-click.

ewels avatar ewels commented on May 27, 2024 1

No worries! Thanks for reporting, I suspect you won't be the only person coming across this..

from rich-click.

taranlu-houzz avatar taranlu-houzz commented on May 27, 2024

I should add that the code all works properly (e.g. I am able to use rich_click.rich_click.* as expected).

from rich-click.

ewels avatar ewels commented on May 27, 2024

Is this issue related to #57 ?

from rich-click.

taranlu-houzz avatar taranlu-houzz commented on May 27, 2024

Hmm, I'm not sure.. I don't really see how the *args/**kwargs issue mentioned would be related, but maybe?

from rich-click.

ewels avatar ewels commented on May 27, 2024

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 rich_click. The first screenshot shows available imports, the second shows available imported attributes.

So, in your second screenshot, you have imported rich_click but not rich_click.rich_click. This submodule is not imported by the main package, which is why it isn't suggesting stuff under it - those things are not yet available. The suggestions show the methods available in the top-level rich_click, not available submodule imports.

If I import rich_click.rich_click instead of just rich_click then the autosuggestions work fine:

image

image

Does this make sense? Apologies for the confusing naming. I did it this way because most people will be doing import rich_click as click. Then accessing click.rich_click makes sense..

from rich-click.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.