rlogiacco / Natural

Natural is a collection of Eclipse plugins to enable rich smart editing of acceptance tests using natural language definition files. It currently supports Cucumber and JBehave syntax.
Eclipse Public License 1.0
75 stars 37 forks source link

Cucumber warns about missing inherited steps #49

Closed geoffreyvanwyk closed 6 years ago

geoffreyvanwyk commented 7 years ago

I am working in PHP and Behat. Some of the steps are inherited, but the Cucumber editor warns that they are missing. Is there a way to fix this?

rlogiacco commented 7 years ago

The plugin scans Java source files for step definitions, meaning the current implementation is capable to support only Java. I would personally welcome any contribution adding support for additional languages: are you willing to contribute or do you know anybody willing to do so?

geoffreyvanwyk commented 7 years ago

@rlogiacco, I will try to add support for PHP.