How to indent my code in codeblocks?

前端 未结 6 1253
野趣味
野趣味 2020-12-31 06:55

What are the best code blocks short cuts ? Also is there some way we can directly indent all our code ? In addition how can we move through the active tabs in codeblocks ? <

6条回答
  •  情歌与酒
    2020-12-31 07:46

    In addition in How to switch between tabs in codeblocks.

    codebocks 20.03
    Linux (KDE Neon)

    To switch between tabs.

    Activate this with CTRL+SHIFT+TAB, then you can use the know options:

    • CTRL+TAB , to switch to the right tab.

    • CTRL+SHIFT+TAB , to switch to the left tab.

    • Or this other option, but this is not in the keyboard shortcuts, this option doesn't work in a cycle mode, when your get the last right tab, it jump to the bottom tabs:

      • CTRL+ right-arrow-key , to switch to the right tab.
      • CTRL+ left-arrow-key , to switch to the left tab.

    Remember to activate with CTRL+SHIFT+TAB.

    After you land in the desire tab you can type TAB to begin to start writing code.

提交回复
热议问题