Wing IDE's powerful Source Assistant displays detailed information
about source code as you work with it in the editor, project,
Source Browser, integrated Python Shell, and Debug Probe:
- Inferred probable type information is shown, along with docstring,
call signature, class membership, and information about overridden
classes and methods.
- The display updates also as the currently selected auto-completer
item changes.
- The matching arguments are highlighted as you enter a function or
method call.
Learn more