ipdb icon indicating copy to clipboard operation
ipdb copied to clipboard

Autocomplete variable names in Spyder

Open BjornFJohansson opened this issue 7 years ago • 6 comments

image

I wonder if autocomplete of the variable name is expected at the ipdb prompt. when I press tab I just get tabs and no auto completion or is there another key combo for this?

BjornFJohansson avatar Jan 17 '18 16:01 BjornFJohansson

Have you checked https://stackoverflow.com/questions/15122375/get-ipython-tab-completion-for-ipdb ?

gotcha avatar Jan 18 '18 11:01 gotcha

I did and I installed the libncurses5-dev but I saw no difference. I have

ipdb                      0.10.3                   py36_0    conda-forge
ipython                   6.2.1            py36h88c514a_1    defaults
readline                  7.0                  hac23ff0_3    defaults

BjornFJohansson avatar Jan 18 '18 12:01 BjornFJohansson

Does it work outside spyder ?

gotcha avatar Jan 18 '18 12:01 gotcha

@gotcha

it does!

image

BjornFJohansson avatar Jan 18 '18 14:01 BjornFJohansson

@gotcha could it be the keybinding in Spyder ? How could I check that?

BjornFJohansson avatar Jan 18 '18 14:01 BjornFJohansson

maybe this is a spyder problem https://github.com/spyder-ide/spyder/issues/288

BjornFJohansson avatar Jan 18 '18 14:01 BjornFJohansson