Lets say I type the following in Spyder-IDE:
min(
Spyder will then automatically open the arguments list of the function min and give me:
Arguments
min(iterable[, key=func])
I find this very helpful but Spyder closes this list after 1.5sec. I would like to have this still open after 1.5sec. In fact it would be perfect if this list remained open while I type the arguments since it helps me to see what I need to specify for a correct function call. As far as I can remember, other IDEs such as Eclipse or QtCreator support this. Is this also possible with Spyder?
In the preferences section under Editor I found:
Highlight occurences after 1500ms
Changing this value has however no effect and it seems that this is not the value which I want to change.