最近我更新到最新版本的IntelliJ IDEA 14.1.4 Ultimate.
由于这次更新,它会自动为我分割线条,这非常烦人,因为我想亲自手动完成.
由于这次更新,它会自动为我分割线条,这非常烦人,因为我想亲自手动完成.
例:
我可能会输入这样的东西:
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!");
现在这可能看起来很好,但是当你在编写十进制双精度时智能决定这样做时非常烦人,因为它会产生如下错误: