In a regular code completion scenario I type the name of the object like my_object then I press the dot my_object. and then a list of possible methods for the object appears. It would be nice if one could see the method's documentation while scrolling through the list.
You can, just press Alt. :)
Pressing the Alt key works when the method name is already written in the code but not within the completion list.
Git commit cdce7813857d729755c02eaa0e9b2985f052dd7c by Sven Brauch. Committed on 05/09/2016 at 19:38. Pushed by brauch into branch 'master'. Support expanding widgets in the completion list. M +10 -0 codecompletion/items/declaration.h http://commits.kde.org/kdev-python/cdce7813857d729755c02eaa0e9b2985f052dd7c
Heh, you're right. I wasn't even aware that this feature needs to be enabled explicitly; I don't really use it. But there you go.
cool! thanks.