Search code examples
pythonidepycharm

Bottom menu bar with access to cmd prompt and python console in Pycharm


I am using PyCharm 5 for Python, and I don't seem to get the following menu with links to the cmd prompt, Python console and version control in the computers I have installed the program. However, I can't find the Settings that deploy this useful menu at the bottom of the screen. So, the question is, How can I deploy (and close) this menu bar:

enter image description here


Solution

  • First, you need to include the lower toolbar from menu: View -> Tool Buttons

    enter image description here

    Secondly, you will have the bottom button console:

    enter image description here