Hi,
I'm new to blink, just installed it and i have a question.. i was expecting basically to get the dir() suggestions for an object, but blink suggests me, for autocompletion, ALL the methods/classes/functions/etc. available, not only the ones for the object in the current position.
Example.. here i'm getting the suggestions for a QWidget object, in python, and i get every method available (numpy/pytorch ones, custom functions, methods of other objects, etc.)
Is this just a configuration thing or this is how it works?
Thanks in advance!
Hi,
I'm new to blink, just installed it and i have a question.. i was expecting basically to get the
dir()suggestions for an object, but blink suggests me, for autocompletion, ALL the methods/classes/functions/etc. available, not only the ones for the object in the current position.Example.. here i'm getting the suggestions for a QWidget object, in python, and i get every method available (numpy/pytorch ones, custom functions, methods of other objects, etc.)
Is this just a configuration thing or this is how it works?
Thanks in advance!