Select current line in intellij

前端 未结 5 1129
自闭症患者
自闭症患者 2020-12-15 02:37

Is there any way to select the whole line at caret in IntelliJ 15? I know you can select the current word (ctl + w), go to beginning/end of line but I can\'t find a current

5条回答
  •  Happy的楠姐
    2020-12-15 02:58

    I would like to also add the following from JetBrains website. Because, that what i was looking for here, but no one mentioned it.

    1- To select text from the current caret position to the beginning/end of the current word:

    Ctrl+Shift+Left, Ctrl+Shift+Right.

    2- To select text from the caret position to the beginning/end of the current line:

    Double-click Ctrl and press Home/End

    3- To select text from the current caret position to the top/bottom of the screen:

    Ctrl+Shift+Page Up, Ctrl+Shift+Page Down.

提交回复
热议问题