macosgokeyboard-shortcutsgoland

Code navigation in GoLand 2023.3.4 on macOS


In GoLand 2022.x.x there were arrows in the toolbar to navigate through the code.

For example when you jump to some function definition, you could jump back with those arrows.

In GoLand 2023.3.4 there are no such controls. Having custom defined keyboard shortcuts one cannot just navigate through code as it was before.

Does anyone know how to get those controls in a toolbar back?


Solution

  • After playing with the new GoLand UI I found out that it is possible to get old controls back by disabling the new appearance (requires GoLand restart) GoLand -> Settings -> Appearance & Behavior:

    Disable new UI

    Then re-enable main toolbar View -> Appearance -> Toolbar

    re-enable new toolbar

    And it's back:

    Main toolbar with old controls

    UPDATE since 2024.2.3 and on:

    Go to the JetBrains marketplace and download 'Classic UI' plugin.