Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近找到了适用于 Android 的 AIDE IDE,并且喜欢编辑器在声明和新代码块时将其大括号放在同一行的事实,如下所示:
public void foo(){}
代替
public void foo(){ }
我认为当您不需要在方法中投入太多精力时,它看起来更干净。Eclipse中有没有这样做?我已经查看了大括号设置,但这里似乎没有任何内容。
您可以取消选中“新行”下的“在空方法/类/块主体中插入新行”,这是“大括号”右侧的三个选项卡。