You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turn on the autocompletion and ballons in Preferences-->Editor (if you do not use it for some reason).
For example, type map in the Editor or IPython console. (do not hit Enter or anything else)
Then add an opening parenthesis: map(. You should see a balloon with function help (agrs etc).
If you do not hold your cursor on that balloon it will be hidden after a couple of seconds.
What is the expected output? What do you see instead?
I expected to have an opportunity to tweak the time after help balloon is hidden (for example, never hide the autocompletion balloons while writing arguments of a function) in Preferences.
Version and main components
Spyder Version: 3.0.0
Python Version: 3.5.2
Qt Versions: 4.8.7, PyQt4 (API v2) 4.11.4 on Linux
Description
What steps will reproduce the problem?
map
in the Editor or IPython console. (do not hit Enter or anything else)map(
. You should see a balloon with function help (agrs etc).What is the expected output? What do you see instead?
I expected to have an opportunity to tweak the time after help balloon is hidden (for example, never hide the autocompletion balloons while writing arguments of a function) in Preferences.
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: