Eclipse — 在方括号后添加 Space(格式化程序)
Eclipse — Add Space After Square Bracket (Formatter)
我要查找的内容与可在此处找到的内容非常相似:
但是,我还需要为方括号执行此操作。
例如:
array[index] => array[ index ]
提前致谢。
可以按照参考答案中的方式完成,但在 Whitespace -> Arrays
部分。
请记住使用 New
按钮处理内置格式化程序的副本以进行备份。
Eclipse IDE for Enterprise Java and Web Developers (includes Incubating components)
Version: 2021-06 (4.20.0)
Build id: 20210612-2011
Java version: 11.0.11
我要查找的内容与可在此处找到的内容非常相似:
但是,我还需要为方括号执行此操作。
例如:
array[index] => array[ index ]
提前致谢。
可以按照参考答案中的方式完成,但在 Whitespace -> Arrays
部分。
请记住使用 New
按钮处理内置格式化程序的副本以进行备份。
Eclipse IDE for Enterprise Java and Web Developers (includes Incubating components)
Version: 2021-06 (4.20.0)
Build id: 20210612-2011
Java version: 11.0.11