I would like to force Eclipse to display Python help output in a popup instead of an entire function, i.e. Considering:
def myFunc(arg): '''Function description''' return 1
I would like the popup with code support to contain only "Function Description" and not "return 1"
source share