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.

6

Hello!

In the main menu select View > Appearance and enable Toolbar. It has the back/forward buttons. Is that what you're looking for?

21

Where's it in the new UI(beta)?

4

Oleksandr, you can add actions to the toolbar in `File | Settings | Appearance & Behavior | Menus and Toolbars`.

2

Anna Falevskaya so what after that? Enabled the Toolbar but it doesn't show the arrows anymore

0

Cesare in the standard UI enabling the Toolbar adds the back/forward buttons:

2

Thanks  for the answer Anna Falevskaya, but I was looking for this in the new beta UI and same did Oleksandr. :)

0

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

8

Why is this so hidden. This is an important must have feature.

5

why is it removed in new intellij community version is there any alternative

0

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”:

2

How can we get ui icons of pull,push and other git commands like we used to have in older itellij version

0

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.

0

请先登录再写评论。