Ste*_*ven 5 eclipse keyboard-shortcuts
例如,在Eclipse中使用键盘快捷键CTRL+ 连接这两行会J导致以下结果:
something().somethingElse()
.yetAnotherThing();
// Joining the above two lines results in this:
something().somethingElse() .yetAnotherThing();
Run Code Online (Sandbox Code Playgroud)
有没有办法加入这些行,所以它导致:
// Notice there is no excess whitespace
something().somethingElse().yetAnotherThing();
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1141 次 |
| 最近记录: |