Difference between Ctrl+Shift+F and Ctrl+I in Eclipse

后端 未结 4 2012
北荒
北荒 2020-12-12 14:28

I have been used Ctrl+Shift+F to correct indentation but I heard there is another shortcut to do that: Ctrl+I

4条回答
  •  情歌与酒
    2020-12-12 14:43

    If you press CTRL + I it will just format tabs/whitespaces in code and pressing CTRL + SHIFT + F format all code that is format tabs/whitespaces and also divide code lines in a way that it is visible without horizontal scroll.

提交回复
热议问题