最近我更新到最新版本的IntelliJ IDEA 14.1.4 Ultimate.
@H_301_2@由于这次更新,它会自动为我分割线条,这非常烦人,因为我想亲自手动完成.
例:@H_301_2@我可能会输入这样的东西:
throw new IllegalArgumentException("You can only provide one vararg/optional parameter to the end of this method!");
输入intellij时会自动在新行上继续:
throw new IllegalArgumentException("You can only provide one vararg/optional parameter to the end of this" + " method!");