9

autocomplete works in the edit window, but does not work in the python console, which has Ipython environment. However, when I run ipython in the terminal window, Ipython comes up and autocomplete works.

I am using Pycharm Community version 4.0.6 under windows. Someone suggest the autocomplete key binding is ctrl-space, however, i found that in edit window, TAB works for autocompleting.

3
  • Are you trying to change the default ctrl-space bindings in preferences>keymap? Commented Feb 1, 2016 at 5:27
  • Is this resolved? I faced the same problem in OS X and PyCharm CE 5.0.2. Commented Feb 16, 2016 at 12:07
  • no, i dont think it is resolved Commented Apr 8, 2016 at 14:31

1 Answer 1

1

I had a similar problem, namely i wanted to run a different than the default environment in python console. From settings, you can change the interpreter used for python console. (see picture). You should be able to set there the right environment. Make sure you have installed ipython as a package in the interpreter of your choosing, so ipython will automatically become the default interpreter of the console.

enter image description here

Last you can set/unset use of ipython from the settings... enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.