Add navigate back and forward on the top bar
已回答
CLion has a back and forward navigation using ctrl+alt+left and ctrl+alt+right, but this requires using two hands. Usually when I am navigating code I am holding ctrl to click to follow a call hierarchy or going through definitions, so I need either something that I can use only the mouse or only the left hand.
Is there a way to simply fixate the buttons for back and forward from the navigate menu to the toolbar on top? This way I could just click the buttons. I really like CLion, but I need to jump around multiple different IDEs to verify I didn't broke anyone's workflow when I am coding, so memorizing CLion shortcuts while keeping all others in mind is hard, so I would appreciate buttons on top.
请先登录再写评论。
Hello!
In the main menu select View > Appearance and enable Toolbar. It has the back/forward buttons. Is that what you're looking for?
Where's it in the new UI(beta)?
Oleksandr, you can add actions to the toolbar in `File | Settings | Appearance & Behavior | Menus and Toolbars`.
Anna Falevskaya so what after that? Enabled the Toolbar but it doesn't show the arrows anymore
Cesare in the standard UI enabling the Toolbar adds the back/forward buttons:
Thanks for the answer Anna Falevskaya, but I was looking for this in the new beta UI and same did Oleksandr. :)
Cesare in the new UI you need to go to `File | Settings | Appearance & Behavior | Menus and Toolbars` and add the navigation actions (Main Menu > Navigate > Back and Forward ) to `Main Toolbar Right` or `Main Toolbar Left`. See https://www.jetbrains.com/help/clion/customize-actions-menus-and-toolbars.html#customize-menus-and-toolbars
Anna Falevskaya this works, thanks! :)
Why is this so hidden. This is an important must have feature.
why is it removed in new intellij community version is there any alternative
Maitry Lohani, to add the back/forward buttons to the toolbar in the new UI, please right-click on the toolbar, select “Add to Main Toolbar”, and select “Back / Forward”:
Got it Anna Falevskaya thank you
How can we get ui icons of pull,push and other git commands like we used to have in older itellij version
Maitry Lohani you can do it the same way: right-click on the toolbar, select “Add to Main Toolbar”, and select the necessary VCS-related icons.