Reputation: 433
When writing spock test is there a way I can auto format the where block in Eclipse?
where:
name | length
"Spock" | 2
"Java" | 5
"Groovy" | 6
Without having to hit Tabs and spaces all the time.
Upvotes: 0
Views: 1103
Reputation: 123910
Auto-formatting of data tables would make a good feature request for the Eclipse Spock plugin. IntelliJ supports it out-of-the-box.
Upvotes: 2