Spyder does not autocomplete local variables

后端 未结 5 1715
有刺的猬
有刺的猬 2020-12-23 02:08

I\'m having a problem getting my local variables autocompleted. This is a very basic functionality which I\'m sure it should support. When I\'m starting to write a variable

5条回答
  •  旧时难觅i
    2020-12-23 02:39

    In my case, with the command conda install spyder, the installation process prompted me with the following...

    The following NEW packages will be INSTALLED:
    
    rope:   0.10.5-py36_0 conda-forge
    spyder: 3.1.4-py36_0  conda-forge
    
    Proceed ([y]/n)? y
    

    I want to point out that my anaconda installation is for python 3. After this auto-completion was working. I'm utilizing OS X El Capitan.

提交回复
热议问题