I use eclipse/pydev.
I recently learned about python 3.5 support for type hints https://medium.com/techtofreedom/8-levels-of-using-type-hints-in-python-a6717e28f8fd
I found https://www.pydev.org/manual_adv_type_hints.html. It looks like type support is done using sphinx and epydoc.
Does anyone know of plans to support the python native type hint mechanism?
Kind regards
Andy