cholick / idea-spock-enhancements

A plugin for IntelliJ IDEA that improves integration with the Spock specification framework
Other
30 stars 10 forks source link

Folding feature for BDD #32

Closed spockoyno closed 1 year ago

spockoyno commented 8 years ago

Thanks for the great plugin. Would it be possible to have a folded view with the method names and Given, When, Then, And, etc lines, but no code? This would enable a clear display of a feature and its scenarios in a Spock spec, without the need for separate .feature and .steps files (as in Cucumber or JBehave).