如果我有一段代码
MyIdentifierIsNice(OtherThingAlsoNice isBetterThen);
我想改变 Eclipse 中Ctrl-Left的行为,不再停留在此处:
我的|标识符|是|好|(|其他|事物|也|好是|更好|那么|);|
到这里:
MyIdentifierIsNice(|OtherThingAlsoNice |isBetterThen);|
...或者至少不那么频繁。其他变体也可以,例如:
MyIdentifierIsNice|(|OtherThingAlsoNice| isBetterThen|);|
主要是它应该停止考虑将CamelCaseIdentifier由几个单词组成,以便通过Next-Word等进行导航。
我猜我使用SpringSourceSuite版本 2.5.1,也就是Eclipse 3.6 。