Where did the forward and back buttons go in the new PyCharm layout?
Answered
Hi,
There used to be forward and back buttons in PyCharm to help navigate code. They seem to have disappeared in the new layout. How can I get them back?
Thanks
Please sign in to leave a comment.
On the new UI you can right-click on the Toolbar > Add to Main Toolbar > Back / Forward
You can also add any other actions available by customizing the toolbar - Check out https://www.jetbrains.com/help/pycharm/customize-actions-menus-and-toolbars.html#customize-menus-and-toolbars
Thank you!