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.
在编写 spock 测试时,有没有一种方法可以在 Eclipse 中自动格式化 where 块?
where: name | length "Spock" | 2 "Java" | 5 "Groovy" | 6
无需一直打制表符和空格。
数据表的自动格式化将为Eclipse Spock 插件提出一个很好的功能请求。IntelliJ 开箱即用地支持它。