Pydev Code Completion for everything
问题 In many cases (such as function parameters) Pydev doesn't statically know the type of a variable. Therefore code completion (after . or when using ctrl+space ) doesn't work. In most cases, you know what type will be in run-time as you are designing the software. Is there a way to hint Pydev to code completing it correctly? I guess this may require a specific Pydev feature, or perhaps even a new Python PIP. This is actually seems to be a generic problem with all dynamic languages... UPDATE: